#FEC688

Color #FEC688 Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #FEC688

Tints of Cherokee #FEC688

Color information

#FEC688 (or 0xFEC688) is unknown color: approx Cherokee. HEX triplet: FE, C6 and 88. RGB value is (254,198,136). Sum of RGB (Red+Green+Blue) = 254+198+136=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC688 is #013977. Grayscale: #CFCFCF. Windows color (decimal): -80248 or 8963838. OLE color: 8963838.

HSL color Cylindrical-coordinate representation of color #FEC688: hue angle of 31.53º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEC688 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB254198136-
CMYK00.220.460.00
HSL31.53º98.33%76.47%-
HSV(B)31.53º46.46%99.61%-
XYZ65.5163.2432.05-
YUV207.6887.55161.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 136 (53.52% from 255) = 23.13%
R=43.20%
G=33.67%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419813600.220.460.0031.5398.3376.47
HexFEC6880162E020624c
Octal37630621002656040142114
Binary111111101100011010001000010110101110010000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC688; }

 p { color: rgb(254,198,136); }

 H1.HeaderClassName
 {
   color: #FEC688;
 }
 .AnyTagClassName
 {
   color: #FEC688;
 }
</style>
background-color css

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

 a { background-color: rgb(254,198,136); }

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

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

 span { border-color: rgb(254,198,136); }

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