Html Css Color HEX #FE503D Sunset Orange

📋 copy color: '#FE503D'

red 254 ◦ green 80 ◦ blue 61

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

Shades of Sunset Orange #FE503D

Tints of Sunset Orange #FE503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.44%

R = 64.3%
G = 20.25%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE503D (or 0xFE503D) is known color: Sunset Orange. HEX triplet: FE, 50 and 3D. RGB value is (254,80,61). Sum of RGB (Red+Green+Blue) = 254+80+61=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE503D is #01AFC2. Grayscale: #828282. Windows color (decimal): -110531 or 4018430. OLE color: 4018430.

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

Color convert

RGB 254 80 61 -
CMYK 0 0.69 0.76 0.00
HSL 5.91º 0.99% 0.62% -
HSV(B) 5.91º 0.76% 1% -
XYZ 44.58 27.15 7.3 -
YUV 129.86 89.15 216.54 -
System Red Green Blue C M Y K H S L
Decimal 254 80 61 0 0.69 0.76 0.00 5.91 0.99 0.62
Hex FE 50 3D 0 45 4C 0 6 63 3E
Octal 376 120 75 0 105 114 0 6 143 76
Binary 11111110 1010000 111101 0 1000101 1001100 0 110 1100011 111110

Color Harmonies of #FE503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE503D

Black with #FE503D

Text Example


Text Example

White with #FE503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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