Html Css Color HEX #F6CE80 Cherokee

📋 copy color: '#F6CE80'

red 246 ◦ green 206 ◦ blue 128

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

Shades of Cherokee #F6CE80

Tints of Cherokee #F6CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

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

R = 42.41%
G = 35.52%
B = 22.07%

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

#F6CE80 (or 0xF6CE80) is known color: Cherokee. HEX triplet: F6, CE and 80. RGB value is (246,206,128). Sum of RGB (Red+Green+Blue) = 246+206+128=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CE80 is #09317F. Grayscale: #D1D1D1. Windows color (decimal): -602496 or 8441590. OLE color: 8441590.

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

Color convert

RGB 246 206 128 -
CMYK 0 0.16 0.48 0.04
HSL 39.66º 0.87% 0.73% -
HSV(B) 39.66º 0.48% 0.96% -
XYZ 63.97 65.29 29.65 -
YUV 209.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 246 206 128 0 0.16 0.48 0.04 39.66 0.87 0.73
Hex F6 CE 80 0 10 30 4 28 57 49
Octal 366 316 200 0 20 60 4 50 127 111
Binary 11110110 11001110 10000000 0 10000 110000 100 101000 1010111 1001001

Color Harmonies of #F6CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CE80

Black with #F6CE80

Text Example


Text Example

White with #F6CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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