Html Css Color HEX #FE5A1E Outrageous Orange

📋 copy color: '#FE5A1E'

red 254 ◦ green 90 ◦ blue 30

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

Shades of Outrageous Orange #FE5A1E

Tints of Outrageous Orange #FE5A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 67.91%
G = 24.06%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE5A1E (or 0xFE5A1E) is known color: Outrageous Orange. HEX triplet: FE, 5A and 1E. RGB value is (254,90,30). Sum of RGB (Red+Green+Blue) = 254+90+30=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A1E is #01A5E1. Grayscale: #848484. Windows color (decimal): -108002 or 1989374. OLE color: 1989374.

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

Color convert

RGB 254 90 30 -
CMYK 0 0.65 0.88 0.00
HSL 16.07º 0.99% 0.56% -
HSV(B) 16.07º 0.88% 1% -
XYZ 44.76 28.48 4.37 -
YUV 132.2 70.33 214.88 -
System Red Green Blue C M Y K H S L
Decimal 254 90 30 0 0.65 0.88 0.00 16.07 0.99 0.56
Hex FE 5A 1E 0 41 58 0 10 63 38
Octal 376 132 36 0 101 130 0 20 143 70
Binary 11111110 1011010 11110 0 1000001 1011000 0 10000 1100011 111000

Color Harmonies of #FE5A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A1E

Black with #FE5A1E

Text Example


Text Example

White with #FE5A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A1E; }

 p { color: rgb(254,90,30); }

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

background-color css

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

 a { background-color: rgb(254,90,30); }

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

border-color css

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

 span { border-color: rgb(254,90,30); }

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