Html Css Color HEX #F2D48C Cherokee

📋 copy color: '#F2D48C'

red 242 ◦ green 212 ◦ blue 140

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

Shades of Cherokee #F2D48C

Tints of Cherokee #F2D48C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.69%

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

R = 40.74%
G = 35.69%
B = 23.57%

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

#F2D48C (or 0xF2D48C) is known color: Cherokee. HEX triplet: F2, D4 and 8C. RGB value is (242,212,140). Sum of RGB (Red+Green+Blue) = 242+212+140=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D48C is #0D2B73. Grayscale: #D5D5D5. Windows color (decimal): -863092 or 9229554. OLE color: 9229554.

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

Color convert

RGB 242 212 140 -
CMYK 0 0.12 0.42 0.05
HSL 42.35º 0.8% 0.75% -
HSV(B) 42.35º 0.42% 0.95% -
XYZ 64.9 67.86 34.49 -
YUV 212.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 242 212 140 0 0.12 0.42 0.05 42.35 0.8 0.75
Hex F2 D4 8C 0 C 2A 5 2A 50 4B
Octal 362 324 214 0 14 52 5 52 120 113
Binary 11110010 11010100 10001100 0 1100 101010 101 101010 1010000 1001011

Color Harmonies of #F2D48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D48C

Black with #F2D48C

Text Example


Text Example

White with #F2D48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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