#FED971

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

Shades of Salomie #FED971

Tints of Salomie #FED971

Color information

#FED971 (or 0xFED971) is unknown color: approx Salomie. HEX triplet: FE, D9 and 71. RGB value is (254,217,113). Sum of RGB (Red+Green+Blue) = 254+217+113=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 113 (44.53% from 255 or 19.35% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED971 is #01268E. Grayscale: #D8D8D8. Windows color (decimal): -75407 or 7461374. OLE color: 7461374.

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

Color convert

RGB254217113-
CMYK00.150.560.00
HSL44.26º98.6%71.96%-
HSV(B)44.26º55.51%99.61%-
XYZ68.6771.8925.88-
YUV216.2169.76154.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 113 (44.53% from 255) = 19.35%
R=43.49%
G=37.16%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421711300.150.560.0044.2698.671.96
HexFED9710F3802c6348
Octal37633116101770054143110
Binary1111111011011001111000101111111000010110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED971; }

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

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

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

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

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

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

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

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