#FED085

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

Shades of Cherokee #FED085

Tints of Cherokee #FED085

Color information

#FED085 (or 0xFED085) is unknown color: approx Cherokee. HEX triplet: FE, D0 and 85. RGB value is (254,208,133). Sum of RGB (Red+Green+Blue) = 254+208+133=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FED085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED085 is #012F7A. Grayscale: #D5D5D5. Windows color (decimal): -77691 or 8769790. OLE color: 8769790.

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

Color convert

RGB254208133-
CMYK00.180.480.00
HSL37.19º98.37%75.88%-
HSV(B)37.19º47.64%99.61%-
XYZ67.6667.8831.73-
YUV213.282.74157.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 133 (52.34% from 255) = 22.35%
R=42.69%
G=34.96%
B=22.35%

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
Decimal25420813300.180.480.0037.1998.3775.88
HexFED08501230025624c
Octal37632020502260045142114
Binary111111101101000010000101010010110000010010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED085; }

 p { color: rgb(254,208,133); }

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

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

 a { background-color: rgb(254,208,133); }

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

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

 span { border-color: rgb(254,208,133); }

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