Html Css Color HEX #F2B858 Casablanca

📋 copy color: '#F2B858'

red 242 ◦ green 184 ◦ blue 88

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

Shades of Casablanca #F2B858

Tints of Casablanca #F2B858

RGB

 RED value IS 242 (94.92% from 255) = 47.08%

 GREEN value IS 184 (72.27% from 255) = 35.8%

 BLUE value IS 88 (34.77% from 255) = 17.12%

R = 47.08%
G = 35.8%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2B858 (or 0xF2B858) is known color: Casablanca. HEX triplet: F2, B8 and 58. RGB value is (242,184,88). Sum of RGB (Red+Green+Blue) = 242+184+88=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B858 is #0D47A7. Grayscale: #BEBEBE. Windows color (decimal): -870312 or 5814514. OLE color: 5814514.

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

Color convert

RGB 242 184 88 -
CMYK 0 0.24 0.64 0.05
HSL 37.4º 0.86% 0.65% -
HSV(B) 37.4º 0.64% 0.95% -
XYZ 55.52 53.86 16.7 -
YUV 190.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 242 184 88 0 0.24 0.64 0.05 37.4 0.86 0.65
Hex F2 B8 58 0 18 40 5 25 56 41
Octal 362 270 130 0 30 100 5 45 126 101
Binary 11110010 10111000 1011000 0 11000 1000000 101 100101 1010110 1000001

Color Harmonies of #F2B858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B858

Black with #F2B858

Text Example


Text Example

White with #F2B858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B858; }

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

 H1.HeaderClassName
 {
   color: #F2B858;
 }
 .AnyTagClassName
 {
   color: #F2B858;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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