#FED973

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

Shades of Salomie #FED973

Tints of Salomie #FED973

Color information

#FED973 (or 0xFED973) is unknown color: approx Salomie. HEX triplet: FE, D9 and 73. RGB value is (254,217,115). Sum of RGB (Red+Green+Blue) = 254+217+115=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 115 (45.31% from 255 or 19.62% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED973 is #01268C. Grayscale: #D8D8D8. Windows color (decimal): -75405 or 7592446. OLE color: 7592446.

HSL color Cylindrical-coordinate representation of color #FED973: hue angle of 44.03º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FED973 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB254217115-
CMYK00.150.550.00
HSL44.03º98.58%72.35%-
HSV(B)44.03º54.72%99.61%-
XYZ68.7871.9326.48-
YUV216.4470.76154.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 115 (45.31% from 255) = 19.62%
R=43.34%
G=37.03%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421711500.150.550.0044.0398.5872.35
HexFED9730F3702c6348
Octal37633116301767054143110
Binary1111111011011001111001101111110111010110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED973; }

 p { color: rgb(254,217,115); }

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

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

 a { background-color: rgb(254,217,115); }

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

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

 span { border-color: rgb(254,217,115); }

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