#FDCE8B

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

Shades of Cherokee #FDCE8B

Tints of Cherokee #FDCE8B

Color information

#FDCE8B (or 0xFDCE8B) is unknown color: approx Cherokee. HEX triplet: FD, CE and 8B. RGB value is (253,206,139). Sum of RGB (Red+Green+Blue) = 253+206+139=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE8B is #023174. Grayscale: #D4D4D4. Windows color (decimal): -143733 or 9162493. OLE color: 9162493.

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

Color convert

RGB253206139-
CMYK00.190.450.01
HSL35.26º96.61%76.86%-
HSV(B)35.26º45.06%99.22%-
XYZ67.2466.8933.79-
YUV212.4286.57156.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 139 (54.69% from 255) = 23.24%
R=42.31%
G=34.45%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320613900.190.450.0135.2696.6176.86
HexFDCE8B0132D123614d
Octal37531621302355143141115
Binary111111011100111010001011010011101101110001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE8B; }

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

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

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

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

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

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

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

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