Html Css Color HEX #F0CE7E Cherokee

📋 copy color: '#F0CE7E'

red 240 ◦ green 206 ◦ blue 126

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

Shades of Cherokee #F0CE7E

Tints of Cherokee #F0CE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.03%

R = 41.96%
G = 36.01%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0CE7E (or 0xF0CE7E) is known color: Cherokee. HEX triplet: F0, CE and 7E. RGB value is (240,206,126). Sum of RGB (Red+Green+Blue) = 240+206+126=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE7E is #0F3181. Grayscale: #CFCFCF. Windows color (decimal): -995714 or 8310512. OLE color: 8310512.

HSL color Cylindrical-coordinate representation of color #F0CE7E: hue angle of 42.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0CE7E is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 126 -
CMYK 0 0.14 0.48 0.06
HSL 42.11º 0.79% 0.72% -
HSV(B) 42.11º 0.48% 0.94% -
XYZ 61.77 64.17 28.87 -
YUV 207.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 240 206 126 0 0.14 0.48 0.06 42.11 0.79 0.72
Hex F0 CE 7E 0 E 30 6 2A 4F 48
Octal 360 316 176 0 16 60 6 52 117 110
Binary 11110000 11001110 1111110 0 1110 110000 110 101010 1001111 1001000

Color Harmonies of #F0CE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE7E

Black with #F0CE7E

Text Example


Text Example

White with #F0CE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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