Html Css Color HEX #F2CE8E Cherokee

📋 copy color: '#F2CE8E'

red 242 ◦ green 206 ◦ blue 142

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

Shades of Cherokee #F2CE8E

Tints of Cherokee #F2CE8E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.92%

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

R = 41.02%
G = 34.92%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2CE8E (or 0xF2CE8E) is known color: Cherokee. HEX triplet: F2, CE and 8E. RGB value is (242,206,142). Sum of RGB (Red+Green+Blue) = 242+206+142=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE8E is #0D3171. Grayscale: #D1D1D1. Windows color (decimal): -864626 or 9359090. OLE color: 9359090.

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

Color convert

RGB 242 206 142 -
CMYK 0 0.15 0.41 0.05
HSL 38.4º 0.79% 0.75% -
HSV(B) 38.4º 0.41% 0.95% -
XYZ 63.57 64.97 34.78 -
YUV 209.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 242 206 142 0 0.15 0.41 0.05 38.4 0.79 0.75
Hex F2 CE 8E 0 F 29 5 26 4F 4B
Octal 362 316 216 0 17 51 5 46 117 113
Binary 11110010 11001110 10001110 0 1111 101001 101 100110 1001111 1001011

Color Harmonies of #F2CE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE8E

Black with #F2CE8E

Text Example


Text Example

White with #F2CE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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