Html Css Color HEX #FE504E Sunset Orange

📋 copy color: '#FE504E'

red 254 ◦ green 80 ◦ blue 78

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

Shades of Sunset Orange #FE504E

Tints of Sunset Orange #FE504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 78 (30.86% from 255) = 18.93%

R = 61.65%
G = 19.42%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE504E (or 0xFE504E) is known color: Sunset Orange. HEX triplet: FE, 50 and 4E. RGB value is (254,80,78). Sum of RGB (Red+Green+Blue) = 254+80+78=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE504E is #01AFB1. Grayscale: #838383. Windows color (decimal): -110514 or 5132542. OLE color: 5132542.

HSL color Cylindrical-coordinate representation of color #FE504E: hue angle of 0.68º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE504E is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 80 78 -
CMYK 0 0.69 0.69 0.00
HSL 0.68º 0.99% 0.65% -
HSV(B) 0.68º 0.69% 1% -
XYZ 45.12 27.36 10.11 -
YUV 131.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 254 80 78 0 0.69 0.69 0.00 0.68 0.99 0.65
Hex FE 50 4E 0 45 45 0 1 63 41
Octal 376 120 116 0 105 105 0 1 143 101
Binary 11111110 1010000 1001110 0 1000101 1000101 0 1 1100011 1000001

Color Harmonies of #FE504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE504E

Black with #FE504E

Text Example


Text Example

White with #FE504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE504E; }

 p { color: rgb(254,80,78); }

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

background-color css

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

 a { background-color: rgb(254,80,78); }

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

border-color css

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

 span { border-color: rgb(254,80,78); }

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