Html Css Color HEX #FE5046 Sunset Orange

📋 copy color: '#FE5046'

red 254 ◦ green 80 ◦ blue 70

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

Shades of Sunset Orange #FE5046

Tints of Sunset Orange #FE5046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 62.87%
G = 19.8%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE5046 (or 0xFE5046) is known color: Sunset Orange. HEX triplet: FE, 50 and 46. RGB value is (254,80,70). Sum of RGB (Red+Green+Blue) = 254+80+70=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5046 is #01AFB9. Grayscale: #838383. Windows color (decimal): -110522 or 4608254. OLE color: 4608254.

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

Color convert

RGB 254 80 70 -
CMYK 0 0.69 0.72 0.00
HSL 3.26º 0.99% 0.64% -
HSV(B) 3.26º 0.72% 1% -
XYZ 44.85 27.25 8.69 -
YUV 130.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 254 80 70 0 0.69 0.72 0.00 3.26 0.99 0.64
Hex FE 50 46 0 45 48 0 3 63 40
Octal 376 120 106 0 105 110 0 3 143 100
Binary 11111110 1010000 1000110 0 1000101 1001000 0 11 1100011 1000000

Color Harmonies of #FE5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5046

Black with #FE5046

Text Example


Text Example

White with #FE5046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5046; }

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

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

background-color css

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

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

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

border-color css

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

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

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