#F2B859

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

Shades of Casablanca #F2B859

Tints of Casablanca #F2B859

Color information

#F2B859 (or 0xF2B859) is unknown color: approx Casablanca. HEX triplet: F2, B8 and 59. RGB value is (242,184,89). Sum of RGB (Red+Green+Blue) = 242+184+89=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B859 is #0D47A6. Grayscale: #BEBEBE. Windows color (decimal): -870311 or 5880050. OLE color: 5880050.

HSL color Cylindrical-coordinate representation of color #F2B859: hue angle of 37.25º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2B859 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24218489-
CMYK00.240.630.05
HSL37.25º85.47%64.9%-
HSV(B)37.25º63.22%94.9%-
XYZ55.5653.8816.92-
YUV190.5170.72164.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 89 (35.16% from 255) = 17.28%
R=46.99%
G=35.73%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421848900.240.630.0537.2585.4764.9
HexF2B8590183F5255541
Octal36227013103077545125101
Binary1111001010111000101100101100011111110110010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B859; }

 p { color: rgb(242,184,89); }

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

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

 a { background-color: rgb(242,184,89); }

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

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

 span { border-color: rgb(242,184,89); }

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