Html Css Color HEX #FEA59D Rose Bud

📋 copy color: '#FEA59D'

red 254 ◦ green 165 ◦ blue 157

#FEA59D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #FEA59D

Tints of Rose Bud #FEA59D

RGB

 RED value IS 254 (99.61% from 255) = 44.1%

 GREEN value IS 165 (64.84% from 255) = 28.65%

 BLUE value IS 157 (61.72% from 255) = 27.26%

R = 44.1%
G = 28.65%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEA59D (or 0xFEA59D) is known color: Rose Bud. HEX triplet: FE, A5 and 9D. RGB value is (254,165,157). Sum of RGB (Red+Green+Blue) = 254+165+157=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA59D is #015A62. Grayscale: #BEBEBE. Windows color (decimal): -88675 or 10331646. OLE color: 10331646.

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

Color convert

RGB 254 165 157 -
CMYK 0 0.35 0.38 0.00
HSL 4.95º 0.98% 0.81% -
HSV(B) 4.95º 0.38% 1% -
XYZ 60.41 50.42 38.45 -
YUV 190.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 254 165 157 0 0.35 0.38 0.00 4.95 0.98 0.81
Hex FE A5 9D 0 23 26 0 5 62 51
Octal 376 245 235 0 43 46 0 5 142 121
Binary 11111110 10100101 10011101 0 100011 100110 0 101 1100010 1010001

Color Harmonies of #FEA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA59D

Black with #FEA59D

Text Example


Text Example

White with #FEA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA59D; }

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

 H1.HeaderClassName
 {
   color: #FEA59D;
 }
 .AnyTagClassName
 {
   color: #FEA59D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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