#FED871

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

Shades of Salomie #FED871

Tints of Salomie #FED871

Color information

#FED871 (or 0xFED871) is unknown color: approx Salomie. HEX triplet: FE, D8 and 71. RGB value is (254,216,113). Sum of RGB (Red+Green+Blue) = 254+216+113=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED871 is #01278E. Grayscale: #D8D8D8. Windows color (decimal): -75663 or 7461118. OLE color: 7461118.

HSL color Cylindrical-coordinate representation of color #FED871: hue angle of 43.83º 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 #FED871 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB254216113-
CMYK00.150.560.00
HSL43.83º98.6%71.96%-
HSV(B)43.83º55.51%99.61%-
XYZ68.4171.3725.79-
YUV215.6270.09155.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 113 (44.53% from 255) = 19.38%
R=43.57%
G=37.05%
B=19.38%

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
Decimal25421611300.150.560.0043.8398.671.96
HexFED8710F3802c6348
Octal37633016101770054143110
Binary1111111011011000111000101111111000010110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED871; }

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

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

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

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

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

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

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

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