Html Css Color HEX #FE5031 Sunset Orange

📋 copy color: '#FE5031'

red 254 ◦ green 80 ◦ blue 49

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

Shades of Sunset Orange #FE5031

Tints of Sunset Orange #FE5031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.79%

R = 66.32%
G = 20.89%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE5031 (or 0xFE5031) is known color: Sunset Orange. HEX triplet: FE, 50 and 31. RGB value is (254,80,49). Sum of RGB (Red+Green+Blue) = 254+80+49=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5031 is #01AFCE. Grayscale: #808080. Windows color (decimal): -110543 or 3231998. OLE color: 3231998.

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

Color convert

RGB 254 80 49 -
CMYK 0 0.69 0.81 0.00
HSL 9.07º 0.99% 0.59% -
HSV(B) 9.07º 0.81% 1% -
XYZ 44.3 27.03 5.79 -
YUV 128.49 83.15 217.52 -
System Red Green Blue C M Y K H S L
Decimal 254 80 49 0 0.69 0.81 0.00 9.07 0.99 0.59
Hex FE 50 31 0 45 51 0 9 63 3B
Octal 376 120 61 0 105 121 0 11 143 73
Binary 11111110 1010000 110001 0 1000101 1010001 0 1001 1100011 111011

Color Harmonies of #FE5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5031

Black with #FE5031

Text Example


Text Example

White with #FE5031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5031; }

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

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

background-color css

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

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

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

border-color css

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

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

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