Html Css Color HEX #F2B859 Casablanca

📋 copy color: '#F2B859'

red 242 ◦ green 184 ◦ blue 89

#F2B859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #F2B859

Tints of Casablanca #F2B859

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 value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2B859 (or 0xF2B859) is known color: 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

RGB 242 184 89 -
CMYK 0 0.24 0.63 0.05
HSL 37.25º 0.85% 0.65% -
HSV(B) 37.25º 0.63% 0.95% -
XYZ 55.56 53.88 16.92 -
YUV 190.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 242 184 89 0 0.24 0.63 0.05 37.25 0.85 0.65
Hex F2 B8 59 0 18 3F 5 25 55 41
Octal 362 270 131 0 30 77 5 45 125 101
Binary 11110010 10111000 1011001 0 11000 111111 101 100101 1010101 1000001

Color Harmonies of #F2B859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B859

Black with #F2B859

Text Example


Text Example

White with #F2B859

Text Example


Text Example

HTML Codes & Css Web 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>