#FECF83

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

Shades of Cherokee #FECF83

Tints of Cherokee #FECF83

Color information

#FECF83 (or 0xFECF83) is unknown color: approx Cherokee. HEX triplet: FE, CF and 83. RGB value is (254,207,131). Sum of RGB (Red+Green+Blue) = 254+207+131=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF83 is #01307C. Grayscale: #D4D4D4. Windows color (decimal): -77949 or 8638462. OLE color: 8638462.

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

Color convert

RGB254207131-
CMYK00.190.480.00
HSL37.07º98.4%75.49%-
HSV(B)37.07º48.43%99.61%-
XYZ67.2867.3430.92-
YUV212.3982.07157.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 131 (51.56% from 255) = 22.13%
R=42.91%
G=34.97%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420713100.190.480.0037.0798.475.49
HexFECF8301330025624b
Octal37631720302360045142113
Binary111111101100111110000011010011110000010010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF83; }

 p { color: rgb(254,207,131); }

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

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

 a { background-color: rgb(254,207,131); }

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

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

 span { border-color: rgb(254,207,131); }

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