Html Css Color HEX #F0CC7E Cherokee

📋 copy color: '#F0CC7E'

red 240 ◦ green 204 ◦ blue 126

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

Shades of Cherokee #F0CC7E

Tints of Cherokee #F0CC7E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.79%

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

R = 42.11%
G = 35.79%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0CC7E (or 0xF0CC7E) is known color: Cherokee. HEX triplet: F0, CC and 7E. RGB value is (240,204,126). Sum of RGB (Red+Green+Blue) = 240+204+126=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC7E is #0F3381. Grayscale: #CECECE. Windows color (decimal): -996226 or 8310000. OLE color: 8310000.

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

Color convert

RGB 240 204 126 -
CMYK 0 0.15 0.48 0.06
HSL 41.05º 0.79% 0.72% -
HSV(B) 41.05º 0.48% 0.94% -
XYZ 61.29 63.22 28.71 -
YUV 205.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 240 204 126 0 0.15 0.48 0.06 41.05 0.79 0.72
Hex F0 CC 7E 0 F 30 6 29 4F 48
Octal 360 314 176 0 17 60 6 51 117 110
Binary 11110000 11001100 1111110 0 1111 110000 110 101001 1001111 1001000

Color Harmonies of #F0CC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC7E

Black with #F0CC7E

Text Example


Text Example

White with #F0CC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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