#FAD188

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

Shades of Cherokee #FAD188

Tints of Cherokee #FAD188

Color information

#FAD188 (or 0xFAD188) is unknown color: approx Cherokee. HEX triplet: FA, D1 and 88. RGB value is (250,209,136). Sum of RGB (Red+Green+Blue) = 250+209+136=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD188 is #052E77. Grayscale: #D5D5D5. Windows color (decimal): -339576 or 8966650. OLE color: 8966650.

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

Color convert

RGB250209136-
CMYK00.160.460.02
HSL38.42º91.94%75.69%-
HSV(B)38.42º45.6%98.04%-
XYZ66.6767.732.85-
YUV212.9484.58154.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 136 (53.52% from 255) = 22.86%
R=42.02%
G=35.13%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020913600.160.460.0238.4291.9475.69
HexFAD1880102E2265c4c
Octal37232121002056246134114
Binary1111101011010001100010000100001011101010011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD188; }

 p { color: rgb(250,209,136); }

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

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

 a { background-color: rgb(250,209,136); }

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

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

 span { border-color: rgb(250,209,136); }

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