#FED47D

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

Shades of Salomie #FED47D

Tints of Salomie #FED47D

Color information

#FED47D (or 0xFED47D) is unknown color: approx Salomie. HEX triplet: FE, D4 and 7D. RGB value is (254,212,125). Sum of RGB (Red+Green+Blue) = 254+212+125=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FED47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED47D is #012B82. Grayscale: #D7D7D7. Windows color (decimal): -76675 or 8246526. OLE color: 8246526.

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

Color convert

RGB254212125-
CMYK00.170.510.00
HSL40.47º98.47%74.31%-
HSV(B)40.47º50.79%99.61%-
XYZ68.1269.6429.25-
YUV214.6477.41156.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 125 (49.22% from 255) = 21.15%
R=42.98%
G=35.87%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421212500.170.510.0040.4798.4774.31
HexFED47D01133028624a
Octal37632417502163050142112
Binary11111110110101001111101010001110011010100011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED47D; }

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

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

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

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

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

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

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

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