#FED183

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

Shades of Cherokee #FED183

Tints of Cherokee #FED183

Color information

#FED183 (or 0xFED183) is unknown color: approx Cherokee. HEX triplet: FE, D1 and 83. RGB value is (254,209,131). Sum of RGB (Red+Green+Blue) = 254+209+131=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FED183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED183 is #012E7C. Grayscale: #D5D5D5. Windows color (decimal): -77437 or 8638974. OLE color: 8638974.

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

Color convert

RGB254209131-
CMYK00.180.480.00
HSL38.05º98.4%75.49%-
HSV(B)38.05º48.43%99.61%-
XYZ67.7768.3131.09-
YUV213.5681.41156.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 209 (82.03% from 255) = 35.19%
BLUE value IS 131 (51.56% from 255) = 22.05%
R=42.76%
G=35.19%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420913100.180.480.0038.0598.475.49
HexFED18301230026624b
Octal37632120302260046142113
Binary111111101101000110000011010010110000010011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED183; }

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

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

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

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

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

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

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

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