Html Css Color HEX #F2D588 Cherokee

📋 copy color: '#F2D588'

red 242 ◦ green 213 ◦ blue 136

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

Shades of Cherokee #F2D588

Tints of Cherokee #F2D588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.04%

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

R = 40.95%
G = 36.04%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2D588 (or 0xF2D588) is known color: Cherokee. HEX triplet: F2, D5 and 88. RGB value is (242,213,136). Sum of RGB (Red+Green+Blue) = 242+213+136=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D588 is #0D2A77. Grayscale: #D5D5D5. Windows color (decimal): -862840 or 8967666. OLE color: 8967666.

HSL color Cylindrical-coordinate representation of color #F2D588: hue angle of 43.58º 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 #F2D588 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 213 136 -
CMYK 0 0.12 0.44 0.05
HSL 43.58º 0.8% 0.74% -
HSV(B) 43.58º 0.44% 0.95% -
XYZ 64.86 68.24 33.05 -
YUV 212.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 242 213 136 0 0.12 0.44 0.05 43.58 0.8 0.74
Hex F2 D5 88 0 C 2C 5 2C 50 4A
Octal 362 325 210 0 14 54 5 54 120 112
Binary 11110010 11010101 10001000 0 1100 101100 101 101100 1010000 1001010

Color Harmonies of #F2D588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D588

Black with #F2D588

Text Example


Text Example

White with #F2D588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D588; }

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

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

background-color css

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

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

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

border-color css

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

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

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