Html Css Color HEX #F0CE8A Cherokee

📋 copy color: '#F0CE8A'

red 240 ◦ green 206 ◦ blue 138

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

Shades of Cherokee #F0CE8A

Tints of Cherokee #F0CE8A

RGB

 RED value IS 240 (94.14% from 255) = 41.1%

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

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

R = 41.1%
G = 35.27%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0CE8A (or 0xF0CE8A) is known color: Cherokee. HEX triplet: F0, CE and 8A. RGB value is (240,206,138). Sum of RGB (Red+Green+Blue) = 240+206+138=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CE8A is #0F3175. Grayscale: #D0D0D0. Windows color (decimal): -995702 or 9096944. OLE color: 9096944.

HSL color Cylindrical-coordinate representation of color #F0CE8A: hue angle of 40º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0CE8A is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 138 -
CMYK 0 0.14 0.42 0.06
HSL 40º 0.77% 0.74% -
HSV(B) 40º 0.43% 0.94% -
XYZ 62.59 64.5 33.2 -
YUV 208.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 240 206 138 0 0.14 0.42 0.06 40 0.77 0.74
Hex F0 CE 8A 0 E 2A 6 28 4D 4A
Octal 360 316 212 0 16 52 6 50 115 112
Binary 11110000 11001110 10001010 0 1110 101010 110 101000 1001101 1001010

Color Harmonies of #F0CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE8A

Black with #F0CE8A

Text Example


Text Example

White with #F0CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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