#FEA58E

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

Shades of Rose Bud #FEA58E

Tints of Rose Bud #FEA58E

Color information

#FEA58E (or 0xFEA58E) is unknown color: approx Rose Bud. HEX triplet: FE, A5 and 8E. RGB value is (254,165,142). Sum of RGB (Red+Green+Blue) = 254+165+142=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA58E is #015A71. Grayscale: #BDBDBD. Windows color (decimal): -88690 or 9348606. OLE color: 9348606.

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

Color convert

RGB254165142-
CMYK00.350.440.00
HSL12.32º98.25%77.65%-
HSV(B)12.32º44.09%99.61%-
XYZ59.2149.9332.11-
YUV188.99101.49174.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 142 (55.86% from 255) = 25.31%
R=45.28%
G=29.41%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416514200.350.440.0012.3298.2577.65
HexFEA58E0232C0c624e
Octal37624521604354014142116
Binary11111110101001011000111001000111011000110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA58E; }

 p { color: rgb(254,165,142); }

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

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

 a { background-color: rgb(254,165,142); }

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

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

 span { border-color: rgb(254,165,142); }

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