Html Css Color HEX #FEA5A2 Sundown

📋 copy color: '#FEA5A2'

red 254 ◦ green 165 ◦ blue 162

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

Shades of Sundown #FEA5A2

Tints of Sundown #FEA5A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.88%

R = 43.72%
G = 28.4%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEA5A2 (or 0xFEA5A2) is known color: Sundown. HEX triplet: FE, A5 and A2. RGB value is (254,165,162). Sum of RGB (Red+Green+Blue) = 254+165+162=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 162 (63.67% from 255 or 27.88% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A2 is #015A5D. Grayscale: #BFBFBF. Windows color (decimal): -88670 or 10659326. OLE color: 10659326.

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

Color convert

RGB 254 165 162 -
CMYK 0 0.35 0.36 0.00
HSL 1.96º 0.98% 0.82% -
HSV(B) 1.96º 0.36% 1% -
XYZ 60.85 50.59 40.74 -
YUV 191.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 254 165 162 0 0.35 0.36 0.00 1.96 0.98 0.82
Hex FE A5 A2 0 23 24 0 2 62 52
Octal 376 245 242 0 43 44 0 2 142 122
Binary 11111110 10100101 10100010 0 100011 100100 0 10 1100010 1010010

Color Harmonies of #FEA5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5A2

Black with #FEA5A2

Text Example


Text Example

White with #FEA5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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