#FDCE7F

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

Shades of Cherokee #FDCE7F

Tints of Cherokee #FDCE7F

Color information

#FDCE7F (or 0xFDCE7F) is unknown color: approx Cherokee. HEX triplet: FD, CE and 7F. RGB value is (253,206,127). Sum of RGB (Red+Green+Blue) = 253+206+127=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE7F is #023180. Grayscale: #D3D3D3. Windows color (decimal): -143745 or 8376061. OLE color: 8376061.

HSL color Cylindrical-coordinate representation of color #FDCE7F: hue angle of 37.62º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDCE7F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB253206127-
CMYK00.190.500.01
HSL37.62º96.92%74.51%-
HSV(B)37.62º49.8%99.22%-
XYZ66.4166.5629.43-
YUV211.0580.57157.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 127 (50% from 255) = 21.67%
R=43.17%
G=35.15%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320612700.190.500.0137.6296.9274.51
HexFDCE7F01332126614b
Octal37531617702362146141113
Binary11111101110011101111111010011110010110011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE7F; }

 p { color: rgb(253,206,127); }

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

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

 a { background-color: rgb(253,206,127); }

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

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

 span { border-color: rgb(253,206,127); }

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