#FED781

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

Shades of Salomie #FED781

Tints of Salomie #FED781

Color information

#FED781 (or 0xFED781) is unknown color: approx Salomie. HEX triplet: FE, D7 and 81. RGB value is (254,215,129). Sum of RGB (Red+Green+Blue) = 254+215+129=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FED781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED781 is #01287E. Grayscale: #D9D9D9. Windows color (decimal): -75903 or 8509438. OLE color: 8509438.

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

Color convert

RGB254215129-
CMYK00.150.490.00
HSL41.28º98.43%75.1%-
HSV(B)41.28º49.21%99.61%-
XYZ69.1471.2630.88-
YUV216.8678.42154.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 129 (50.78% from 255) = 21.57%
R=42.47%
G=35.95%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421512900.150.490.0041.2898.4375.1
HexFED7810F31029624b
Octal37632720101761051142113
Binary11111110110101111000000101111110001010100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED781; }

 p { color: rgb(254,215,129); }

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

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

 a { background-color: rgb(254,215,129); }

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

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

 span { border-color: rgb(254,215,129); }

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