#F0B458

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

Shades of Casablanca #F0B458

Tints of Casablanca #F0B458

Color information

#F0B458 (or 0xF0B458) is unknown color: approx Casablanca. HEX triplet: F0, B4 and 58. RGB value is (240,180,88). Sum of RGB (Red+Green+Blue) = 240+180+88=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B458 is #0F4BA7. Grayscale: #BBBBBB. Windows color (decimal): -1002408 or 5813488. OLE color: 5813488.

HSL color Cylindrical-coordinate representation of color #F0B458: hue angle of 36.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0B458 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB24018088-
CMYK00.250.630.06
HSL36.32º83.52%64.31%-
HSV(B)36.32º63.33%94.12%-
XYZ54.0251.8716.4-
YUV187.4571.88165.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 88 (34.77% from 255) = 17.32%
R=47.24%
G=35.43%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401808800.250.630.0636.3283.5264.31
HexF0B4580193F6245440
Octal36026413003177644124100
Binary1111000010110100101100001100111111111010010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B458; }

 p { color: rgb(240,180,88); }

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

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

 a { background-color: rgb(240,180,88); }

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

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

 span { border-color: rgb(240,180,88); }

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