Html Css Color HEX #F6C680 Cherokee

📋 copy color: '#F6C680'

red 246 ◦ green 198 ◦ blue 128

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

Shades of Cherokee #F6C680

Tints of Cherokee #F6C680

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.62%

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

R = 43.01%
G = 34.62%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6C680 (or 0xF6C680) is known color: Cherokee. HEX triplet: F6, C6 and 80. RGB value is (246,198,128). Sum of RGB (Red+Green+Blue) = 246+198+128=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C680 is #09397F. Grayscale: #CCCCCC. Windows color (decimal): -604544 or 8439542. OLE color: 8439542.

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

Color convert

RGB 246 198 128 -
CMYK 0 0.20 0.48 0.04
HSL 35.59º 0.87% 0.73% -
HSV(B) 35.59º 0.48% 0.96% -
XYZ 62.1 61.54 29.03 -
YUV 204.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 246 198 128 0 0.20 0.48 0.04 35.59 0.87 0.73
Hex F6 C6 80 0 14 30 4 24 57 49
Octal 366 306 200 0 24 60 4 44 127 111
Binary 11110110 11000110 10000000 0 10100 110000 100 100100 1010111 1001001

Color Harmonies of #F6C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C680

Black with #F6C680

Text Example


Text Example

White with #F6C680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C680; }

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

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

background-color css

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

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

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

border-color css

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

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

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