Html Css Color HEX #FE5420 Outrageous Orange

📋 copy color: '#FE5420'

red 254 ◦ green 84 ◦ blue 32

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

Shades of Outrageous Orange #FE5420

Tints of Outrageous Orange #FE5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

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

R = 68.65%
G = 22.7%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE5420 (or 0xFE5420) is known color: Outrageous Orange. HEX triplet: FE, 54 and 20. RGB value is (254,84,32). Sum of RGB (Red+Green+Blue) = 254+84+32=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5420 is #01ABDF. Grayscale: #818181. Windows color (decimal): -109536 or 2118910. OLE color: 2118910.

HSL color Cylindrical-coordinate representation of color #FE5420: hue angle of 14.05º 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 #FE5420 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 84 32 -
CMYK 0 0.67 0.87 0.00
HSL 14.05º 0.99% 0.56% -
HSV(B) 14.05º 0.87% 1% -
XYZ 44.3 27.52 4.34 -
YUV 128.9 73.32 217.23 -
System Red Green Blue C M Y K H S L
Decimal 254 84 32 0 0.67 0.87 0.00 14.05 0.99 0.56
Hex FE 54 20 0 43 57 0 E 63 38
Octal 376 124 40 0 103 127 0 16 143 70
Binary 11111110 1010100 100000 0 1000011 1010111 0 1110 1100011 111000

Color Harmonies of #FE5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5420

Black with #FE5420

Text Example


Text Example

White with #FE5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5420; }

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

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

background-color css

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

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

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

border-color css

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

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

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