#F0B558

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

Shades of Casablanca #F0B558

Tints of Casablanca #F0B558

Color information

#F0B558 (or 0xF0B558) is unknown color: approx Casablanca. HEX triplet: F0, B5 and 58. RGB value is (240,181,88). Sum of RGB (Red+Green+Blue) = 240+181+88=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B558 is #0F4AA7. Grayscale: #BCBCBC. Windows color (decimal): -1002152 or 5813744. OLE color: 5813744.

HSL color Cylindrical-coordinate representation of color #F0B558: hue angle of 36.71º 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 #F0B558 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB24018188-
CMYK00.250.630.06
HSL36.71º83.52%64.31%-
HSV(B)36.71º63.33%94.12%-
XYZ54.2252.2816.47-
YUV188.0471.55165.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.15%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 88 (34.77% from 255) = 17.29%
R=47.15%
G=35.56%
B=17.29%

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
Decimal2401818800.250.630.0636.7183.5264.31
HexF0B5580193F6255440
Octal36026513003177645124100
Binary1111000010110101101100001100111111111010010110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B558; }

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

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

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

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

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

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

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

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