Html Css Color HEX #F6CF80 Cherokee

📋 copy color: '#F6CF80'

red 246 ◦ green 207 ◦ blue 128

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

Shades of Cherokee #F6CF80

Tints of Cherokee #F6CF80

RGB

 RED value IS 246 (96.48% from 255) = 42.34%

 GREEN value IS 207 (81.25% from 255) = 35.63%

 BLUE value IS 128 (50.39% from 255) = 22.03%

R = 42.34%
G = 35.63%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6CF80 (or 0xF6CF80) is known color: Cherokee. HEX triplet: F6, CF and 80. RGB value is (246,207,128). Sum of RGB (Red+Green+Blue) = 246+207+128=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CF80 is #09307F. Grayscale: #D2D2D2. Windows color (decimal): -602240 or 8441846. OLE color: 8441846.

HSL color Cylindrical-coordinate representation of color #F6CF80: hue angle of 40.17º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6CF80 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 207 128 -
CMYK 0 0.16 0.48 0.04
HSL 40.17º 0.87% 0.73% -
HSV(B) 40.17º 0.48% 0.96% -
XYZ 64.22 65.78 29.73 -
YUV 209.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 246 207 128 0 0.16 0.48 0.04 40.17 0.87 0.73
Hex F6 CF 80 0 10 30 4 28 57 49
Octal 366 317 200 0 20 60 4 50 127 111
Binary 11110110 11001111 10000000 0 10000 110000 100 101000 1010111 1001001

Color Harmonies of #F6CF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CF80

Black with #F6CF80

Text Example


Text Example

White with #F6CF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CF80; }

 p { color: rgb(246,207,128); }

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

background-color css

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

 a { background-color: rgb(246,207,128); }

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

border-color css

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

 span { border-color: rgb(246,207,128); }

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