#FAD183

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

Shades of Cherokee #FAD183

Tints of Cherokee #FAD183

Color information

#FAD183 (or 0xFAD183) is unknown color: approx Cherokee. HEX triplet: FA, D1 and 83. RGB value is (250,209,131). Sum of RGB (Red+Green+Blue) = 250+209+131=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD183 is #052E7C. Grayscale: #D4D4D4. Windows color (decimal): -339581 or 8638970. OLE color: 8638970.

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

Color convert

RGB250209131-
CMYK00.160.480.02
HSL39.33º92.25%74.71%-
HSV(B)39.33º47.6%98.04%-
XYZ66.3267.5631.02-
YUV212.3782.08154.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 131 (51.56% from 255) = 22.20%
R=42.37%
G=35.42%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020913100.160.480.0239.3392.2574.71
HexFAD183010302275c4b
Octal37232120302060247134113
Binary1111101011010001100000110100001100001010011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD183; }

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

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

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

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

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

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

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

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