Html Css Color HEX #FEA590 Rose Bud

📋 copy color: '#FEA590'

red 254 ◦ green 165 ◦ blue 144

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

Shades of Rose Bud #FEA590

Tints of Rose Bud #FEA590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.58%

R = 45.12%
G = 29.31%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEA590 (or 0xFEA590) is known color: Rose Bud. HEX triplet: FE, A5 and 90. RGB value is (254,165,144). Sum of RGB (Red+Green+Blue) = 254+165+144=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA590 is #015A6F. Grayscale: #BDBDBD. Windows color (decimal): -88688 or 9479678. OLE color: 9479678.

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

Color convert

RGB 254 165 144 -
CMYK 0 0.35 0.43 0.00
HSL 11.45º 0.98% 0.78% -
HSV(B) 11.45º 0.43% 1% -
XYZ 59.36 49.99 32.91 -
YUV 189.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 254 165 144 0 0.35 0.43 0.00 11.45 0.98 0.78
Hex FE A5 90 0 23 2B 0 B 62 4E
Octal 376 245 220 0 43 53 0 13 142 116
Binary 11111110 10100101 10010000 0 100011 101011 0 1011 1100010 1001110

Color Harmonies of #FEA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA590

Black with #FEA590

Text Example


Text Example

White with #FEA590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA590; }

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

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

background-color css

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

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

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

border-color css

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

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

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