Html Css Color HEX #F2CB88 Cherokee

📋 copy color: '#F2CB88'

red 242 ◦ green 203 ◦ blue 136

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

Shades of Cherokee #F2CB88

Tints of Cherokee #F2CB88

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.94%

 BLUE value IS 136 (53.52% from 255) = 23.41%

R = 41.65%
G = 34.94%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2CB88 (or 0xF2CB88) is known color: Cherokee. HEX triplet: F2, CB and 88. RGB value is (242,203,136). Sum of RGB (Red+Green+Blue) = 242+203+136=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CB88 is #0D3477. Grayscale: #CFCFCF. Windows color (decimal): -865400 or 8965106. OLE color: 8965106.

HSL color Cylindrical-coordinate representation of color #F2CB88: hue angle of 37.92º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2CB88 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 203 136 -
CMYK 0 0.16 0.44 0.05
HSL 37.92º 0.8% 0.74% -
HSV(B) 37.92º 0.44% 0.95% -
XYZ 62.42 63.37 32.23 -
YUV 207.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 242 203 136 0 0.16 0.44 0.05 37.92 0.8 0.74
Hex F2 CB 88 0 10 2C 5 26 50 4A
Octal 362 313 210 0 20 54 5 46 120 112
Binary 11110010 11001011 10001000 0 10000 101100 101 100110 1010000 1001010

Color Harmonies of #F2CB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB88

Black with #F2CB88

Text Example


Text Example

White with #F2CB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB88; }

 p { color: rgb(242,203,136); }

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

background-color css

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

 a { background-color: rgb(242,203,136); }

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

border-color css

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

 span { border-color: rgb(242,203,136); }

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