#FED473

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

Shades of Salomie #FED473

Tints of Salomie #FED473

Color information

#FED473 (or 0xFED473) is unknown color: approx Salomie. HEX triplet: FE, D4 and 73. RGB value is (254,212,115). Sum of RGB (Red+Green+Blue) = 254+212+115=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FED473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED473 is #012B8C. Grayscale: #D5D5D5. Windows color (decimal): -76685 or 7591166. OLE color: 7591166.

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

Color convert

RGB254212115-
CMYK00.170.550.00
HSL41.87º98.58%72.35%-
HSV(B)41.87º54.72%99.61%-
XYZ67.5169.426.06-
YUV213.572.41156.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 115 (45.31% from 255) = 19.79%
R=43.72%
G=36.49%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421211500.170.550.0041.8798.5872.35
HexFED4730113702a6348
Octal37632416302167052143110
Binary11111110110101001110011010001110111010101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED473; }

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

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

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

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

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

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

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

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