Html Css Color HEX #FE503F Sunset Orange

📋 copy color: '#FE503F'

red 254 ◦ green 80 ◦ blue 63

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

Shades of Sunset Orange #FE503F

Tints of Sunset Orange #FE503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.87%

R = 63.98%
G = 20.15%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE503F (or 0xFE503F) is known color: Sunset Orange. HEX triplet: FE, 50 and 3F. RGB value is (254,80,63). Sum of RGB (Red+Green+Blue) = 254+80+63=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE503F is #01AFC0. Grayscale: #828282. Windows color (decimal): -110529 or 4149502. OLE color: 4149502.

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

Color convert

RGB 254 80 63 -
CMYK 0 0.69 0.75 0.00
HSL 5.34º 0.99% 0.62% -
HSV(B) 5.34º 0.75% 1% -
XYZ 44.64 27.17 7.59 -
YUV 130.09 90.15 216.38 -
System Red Green Blue C M Y K H S L
Decimal 254 80 63 0 0.69 0.75 0.00 5.34 0.99 0.62
Hex FE 50 3F 0 45 4B 0 5 63 3E
Octal 376 120 77 0 105 113 0 5 143 76
Binary 11111110 1010000 111111 0 1000101 1001011 0 101 1100011 111110

Color Harmonies of #FE503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE503F

Black with #FE503F

Text Example


Text Example

White with #FE503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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