Html Css Color HEX #F2D58C Cherokee

📋 copy color: '#F2D58C'

red 242 ◦ green 213 ◦ blue 140

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

Shades of Cherokee #F2D58C

Tints of Cherokee #F2D58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.53%

R = 40.67%
G = 35.8%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2D58C (or 0xF2D58C) is known color: Cherokee. HEX triplet: F2, D5 and 8C. RGB value is (242,213,140). Sum of RGB (Red+Green+Blue) = 242+213+140=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D58C is #0D2A73. Grayscale: #D5D5D5. Windows color (decimal): -862836 or 9229810. OLE color: 9229810.

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

Color convert

RGB 242 213 140 -
CMYK 0 0.12 0.42 0.05
HSL 42.94º 0.8% 0.75% -
HSV(B) 42.94º 0.42% 0.95% -
XYZ 65.15 68.36 34.57 -
YUV 213.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 242 213 140 0 0.12 0.42 0.05 42.94 0.8 0.75
Hex F2 D5 8C 0 C 2A 5 2B 50 4B
Octal 362 325 214 0 14 52 5 53 120 113
Binary 11110010 11010101 10001100 0 1100 101010 101 101011 1010000 1001011

Color Harmonies of #F2D58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D58C

Black with #F2D58C

Text Example


Text Example

White with #F2D58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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