#FED57D

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

Shades of Salomie #FED57D

Tints of Salomie #FED57D

Color information

#FED57D (or 0xFED57D) is unknown color: approx Salomie. HEX triplet: FE, D5 and 7D. RGB value is (254,213,125). Sum of RGB (Red+Green+Blue) = 254+213+125=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED57D is #012A82. Grayscale: #D7D7D7. Windows color (decimal): -76419 or 8246782. OLE color: 8246782.

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

Color convert

RGB254213125-
CMYK00.160.510.00
HSL40.93º98.47%74.31%-
HSV(B)40.93º50.79%99.61%-
XYZ68.3770.1429.34-
YUV215.2377.08155.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 125 (49.22% from 255) = 21.11%
R=42.91%
G=35.98%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421312500.160.510.0040.9398.4774.31
HexFED57D01033029624a
Octal37632517502063051142112
Binary11111110110101011111101010000110011010100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED57D; }

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

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

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

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

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

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

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

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