#FED181

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

Shades of Salomie #FED181

Tints of Salomie #FED181

Color information

#FED181 (or 0xFED181) is unknown color: approx Salomie. HEX triplet: FE, D1 and 81. RGB value is (254,209,129). Sum of RGB (Red+Green+Blue) = 254+209+129=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED181 is #012E7E. Grayscale: #D5D5D5. Windows color (decimal): -77439 or 8507902. OLE color: 8507902.

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

Color convert

RGB254209129-
CMYK00.180.490.00
HSL38.4º98.43%75.1%-
HSV(B)38.4º49.21%99.61%-
XYZ67.6468.2630.38-
YUV213.3380.41157-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 129 (50.78% from 255) = 21.79%
R=42.91%
G=35.30%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420912900.180.490.0038.498.4375.1
HexFED18101231026624b
Octal37632120102261046142113
Binary111111101101000110000001010010110001010011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED181; }

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

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

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

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

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

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

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

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