Html Css Color HEX #F0CC7F Cherokee

📋 copy color: '#F0CC7F'

red 240 ◦ green 204 ◦ blue 127

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

Shades of Cherokee #F0CC7F

Tints of Cherokee #F0CC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.24%

R = 42.03%
G = 35.73%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0CC7F (or 0xF0CC7F) is known color: Cherokee. HEX triplet: F0, CC and 7F. RGB value is (240,204,127). Sum of RGB (Red+Green+Blue) = 240+204+127=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC7F is #0F3380. Grayscale: #CECECE. Windows color (decimal): -996225 or 8375536. OLE color: 8375536.

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

Color convert

RGB 240 204 127 -
CMYK 0 0.15 0.47 0.06
HSL 40.88º 0.79% 0.72% -
HSV(B) 40.88º 0.47% 0.94% -
XYZ 61.36 63.24 29.05 -
YUV 205.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 240 204 127 0 0.15 0.47 0.06 40.88 0.79 0.72
Hex F0 CC 7F 0 F 2F 6 29 4F 48
Octal 360 314 177 0 17 57 6 51 117 110
Binary 11110000 11001100 1111111 0 1111 101111 110 101001 1001111 1001000

Color Harmonies of #F0CC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC7F

Black with #F0CC7F

Text Example


Text Example

White with #F0CC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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