Html Css Color HEX #F2CE8A Cherokee

📋 copy color: '#F2CE8A'

red 242 ◦ green 206 ◦ blue 138

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

Shades of Cherokee #F2CE8A

Tints of Cherokee #F2CE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.55%

R = 41.3%
G = 35.15%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2CE8A (or 0xF2CE8A) is known color: Cherokee. HEX triplet: F2, CE and 8A. RGB value is (242,206,138). Sum of RGB (Red+Green+Blue) = 242+206+138=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE8A is #0D3175. Grayscale: #D1D1D1. Windows color (decimal): -864630 or 9096946. OLE color: 9096946.

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

Color convert

RGB 242 206 138 -
CMYK 0 0.15 0.43 0.05
HSL 39.23º 0.8% 0.75% -
HSV(B) 39.23º 0.43% 0.95% -
XYZ 63.28 64.85 33.23 -
YUV 209.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 242 206 138 0 0.15 0.43 0.05 39.23 0.8 0.75
Hex F2 CE 8A 0 F 2B 5 27 50 4B
Octal 362 316 212 0 17 53 5 47 120 113
Binary 11110010 11001110 10001010 0 1111 101011 101 100111 1010000 1001011

Color Harmonies of #F2CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE8A

Black with #F2CE8A

Text Example


Text Example

White with #F2CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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