Html Css Color HEX #F2D48E Cherokee

📋 copy color: '#F2D48E'

red 242 ◦ green 212 ◦ blue 142

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

Shades of Cherokee #F2D48E

Tints of Cherokee #F2D48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.83%

R = 40.6%
G = 35.57%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2D48E (or 0xF2D48E) is known color: Cherokee. HEX triplet: F2, D4 and 8E. RGB value is (242,212,142). Sum of RGB (Red+Green+Blue) = 242+212+142=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D48E is #0D2B71. Grayscale: #D5D5D5. Windows color (decimal): -863090 or 9360626. OLE color: 9360626.

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

Color convert

RGB 242 212 142 -
CMYK 0 0.12 0.41 0.05
HSL 42º 0.79% 0.75% -
HSV(B) 42º 0.41% 0.95% -
XYZ 65.04 67.92 35.27 -
YUV 212.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 242 212 142 0 0.12 0.41 0.05 42 0.79 0.75
Hex F2 D4 8E 0 C 29 5 2A 4F 4B
Octal 362 324 216 0 14 51 5 52 117 113
Binary 11110010 11010100 10001110 0 1100 101001 101 101010 1001111 1001011

Color Harmonies of #F2D48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D48E

Black with #F2D48E

Text Example


Text Example

White with #F2D48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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