#f4b95c

Color #F4B95C Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #F4B95C

Tints of Casablanca #F4B95C

Color information

#F4B95C (or 0xF4B95C) is unknown color: approx Casablanca. HEX triplet: F4, B9 and 5C. RGB value is (244,185,92). Sum of RGB (Red+Green+Blue) = 244+185+92=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B95C is #0B46A3. Grayscale: #C0C0C0. Windows color (decimal): -738980 or 6076916. OLE color: 6076916.

HSL color Cylindrical-coordinate representation of color #F4B95C: hue angle of 36.71º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4B95C is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24418592-
CMYK00.240.620.04
HSL36.71º87.36%65.88%-
HSV(B)36.71º62.3%95.69%-
XYZ56.5954.717.7-
YUV192.0471.55165.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 92 (36.33% from 255) = 17.66%
R=46.83%
G=35.51%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441859200.240.620.0436.7187.3665.88
HexF4B95C0183E4255742
Octal36427113403076445127102
Binary1111010010111001101110001100011111010010010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4b95c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4b95c; }

 p { color: rgb(244,185,92); }

 H1.HeaderClassName
 {
   color: #f4b95c;
 }
 .AnyTagClassName
 {
   color: #f4b95c;
 }
</style>
background-color css

<style>
 a { background-color: #f4b95c; }

 a { background-color: rgb(244,185,92); }

 div.DivClassName
 {
   background-color: #f4b95c;
 }
 .BgClassName
 {
   background-color: #f4b95c;
 }
</style>
border-color css

<style>
 span { border-color: #f4b95c; }

 span { border-color: rgb(244,185,92); }

 td.TdClassName
 {
   border-color: #f4b95c;
 }
 .TagClassName
 {
   border-color: #f4b95c;
 }
</style>