Html Css Color HEX #FE504D Sunset Orange

📋 copy color: '#FE504D'

red 254 ◦ green 80 ◦ blue 77

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

Shades of Sunset Orange #FE504D

Tints of Sunset Orange #FE504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 61.8%
G = 19.46%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE504D (or 0xFE504D) is known color: Sunset Orange. HEX triplet: FE, 50 and 4D. RGB value is (254,80,77). Sum of RGB (Red+Green+Blue) = 254+80+77=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE504D is #01AFB2. Grayscale: #838383. Windows color (decimal): -110515 or 5067006. OLE color: 5067006.

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

Color convert

RGB 254 80 77 -
CMYK 0 0.69 0.70 0.00
HSL 1.02º 0.99% 0.65% -
HSV(B) 1.02º 0.7% 1% -
XYZ 45.08 27.34 9.92 -
YUV 131.68 97.15 215.24 -
System Red Green Blue C M Y K H S L
Decimal 254 80 77 0 0.69 0.70 0.00 1.02 0.99 0.65
Hex FE 50 4D 0 45 46 0 1 63 41
Octal 376 120 115 0 105 106 0 1 143 101
Binary 11111110 1010000 1001101 0 1000101 1000110 0 1 1100011 1000001

Color Harmonies of #FE504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE504D

Black with #FE504D

Text Example


Text Example

White with #FE504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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