#FDC98A

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

Shades of Cherokee #FDC98A

Tints of Cherokee #FDC98A

Color information

#FDC98A (or 0xFDC98A) is unknown color: approx Cherokee. HEX triplet: FD, C9 and 8A. RGB value is (253,201,138). Sum of RGB (Red+Green+Blue) = 253+201+138=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98A is #023675. Grayscale: #D1D1D1. Windows color (decimal): -145014 or 9095677. OLE color: 9095677.

HSL color Cylindrical-coordinate representation of color #FDC98A: hue angle of 32.87º 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 #FDC98A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253201138-
CMYK00.210.450.01
HSL32.87º96.64%76.67%-
HSV(B)32.87º45.45%99.22%-
XYZ65.9864.4933.02-
YUV209.3787.73159.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 138 (54.30% from 255) = 23.31%
R=42.74%
G=33.95%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320113800.210.450.0132.8796.6476.67
HexFDC98A0152D121614d
Octal37531121202555141141115
Binary111111011100100110001010010101101101110000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC98A; }

 p { color: rgb(253,201,138); }

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

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

 a { background-color: rgb(253,201,138); }

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

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

 span { border-color: rgb(253,201,138); }

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