Html Css Color HEX #FE5020 Outrageous Orange

📋 copy color: '#FE5020'

red 254 ◦ green 80 ◦ blue 32

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

Shades of Outrageous Orange #FE5020

Tints of Outrageous Orange #FE5020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 69.4%
G = 21.86%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE5020 (or 0xFE5020) is known color: Outrageous Orange. HEX triplet: FE, 50 and 20. RGB value is (254,80,32). Sum of RGB (Red+Green+Blue) = 254+80+32=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5020 is #01AFDF. Grayscale: #7E7E7E. Windows color (decimal): -110560 or 2117886. OLE color: 2117886.

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

Color convert

RGB 254 80 32 -
CMYK 0 0.69 0.87 0.00
HSL 12.97º 0.99% 0.56% -
HSV(B) 12.97º 0.87% 1% -
XYZ 44 26.91 4.24 -
YUV 126.55 74.65 218.9 -
System Red Green Blue C M Y K H S L
Decimal 254 80 32 0 0.69 0.87 0.00 12.97 0.99 0.56
Hex FE 50 20 0 45 57 0 D 63 38
Octal 376 120 40 0 105 127 0 15 143 70
Binary 11111110 1010000 100000 0 1000101 1010111 0 1101 1100011 111000

Color Harmonies of #FE5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5020

Black with #FE5020

Text Example


Text Example

White with #FE5020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5020; }

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

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

background-color css

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

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

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

border-color css

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

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

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