#F5B04C

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

Shades of Casablanca #F5B04C

Tints of Casablanca #F5B04C

Color information

#F5B04C (or 0xF5B04C) is unknown color: approx Casablanca. HEX triplet: F5, B0 and 4C. RGB value is (245,176,76). Sum of RGB (Red+Green+Blue) = 245+176+76=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B04C is #0A4FB3. Grayscale: #B9B9B9. Windows color (decimal): -675764 or 5026037. OLE color: 5026037.

HSL color Cylindrical-coordinate representation of color #F5B04C: hue angle of 35.5º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5B04C is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB24517676-
CMYK00.280.690.04
HSL35.5º89.42%62.94%-
HSV(B)35.5º68.98%96.08%-
XYZ54.4950.9813.81-
YUV185.2366.36170.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 76 (30.08% from 255) = 15.29%
R=49.30%
G=35.41%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451767600.280.690.0435.589.4262.94
HexF5B04C01C45424593f
Octal36526011403410544413177
Binary1111010110110000100110001110010001011001001001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B04C; }

 p { color: rgb(245,176,76); }

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

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

 a { background-color: rgb(245,176,76); }

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

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

 span { border-color: rgb(245,176,76); }

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