Html Css Color HEX #F6C280 Cherokee

📋 copy color: '#F6C280'

red 246 ◦ green 194 ◦ blue 128

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

Shades of Cherokee #F6C280

Tints of Cherokee #F6C280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.15%

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

R = 43.31%
G = 34.15%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6C280 (or 0xF6C280) is known color: Cherokee. HEX triplet: F6, C2 and 80. RGB value is (246,194,128). Sum of RGB (Red+Green+Blue) = 246+194+128=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C280 is #093D7F. Grayscale: #CACACA. Windows color (decimal): -605568 or 8438518. OLE color: 8438518.

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

Color convert

RGB 246 194 128 -
CMYK 0 0.21 0.48 0.04
HSL 33.56º 0.87% 0.73% -
HSV(B) 33.56º 0.48% 0.96% -
XYZ 61.19 59.73 28.73 -
YUV 202.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 246 194 128 0 0.21 0.48 0.04 33.56 0.87 0.73
Hex F6 C2 80 0 15 30 4 22 57 49
Octal 366 302 200 0 25 60 4 42 127 111
Binary 11110110 11000010 10000000 0 10101 110000 100 100010 1010111 1001001

Color Harmonies of #F6C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C280

Black with #F6C280

Text Example


Text Example

White with #F6C280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C280; }

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

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

background-color css

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

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

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

border-color css

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

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

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