#FAD48B

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

Shades of Cherokee #FAD48B

Tints of Cherokee #FAD48B

Color information

#FAD48B (or 0xFAD48B) is unknown color: approx Cherokee. HEX triplet: FA, D4 and 8B. RGB value is (250,212,139). Sum of RGB (Red+Green+Blue) = 250+212+139=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 139 (54.69% from 255 or 23.13% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD48B is #052B74. Grayscale: #D7D7D7. Windows color (decimal): -338805 or 9164026. OLE color: 9164026.

HSL color Cylindrical-coordinate representation of color #FAD48B: hue angle of 39.46º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAD48B is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250212139-
CMYK00.150.440.02
HSL39.46º91.74%76.27%-
HSV(B)39.46º44.4%98.04%-
XYZ67.6369.2834.23-
YUV215.0485.09152.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 139 (54.69% from 255) = 23.13%
R=41.60%
G=35.27%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021213900.150.440.0239.4691.7476.27
HexFAD48B0F2C2275c4c
Octal37232421301754247134114
Binary111110101101010010001011011111011001010011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD48B; }

 p { color: rgb(250,212,139); }

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

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

 a { background-color: rgb(250,212,139); }

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

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

 span { border-color: rgb(250,212,139); }

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