Html Css Color HEX #FE4913 Orange Red

📋 copy color: '#FE4913'

red 254 ◦ green 73 ◦ blue 19

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

Shades of Orange Red #FE4913

Tints of Orange Red #FE4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 73.41%
G = 21.1%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE4913 (or 0xFE4913) is known color: Orange Red. HEX triplet: FE, 49 and 13. RGB value is (254,73,19). Sum of RGB (Red+Green+Blue) = 254+73+19=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4913 is #01B6EC. Grayscale: #797979. Windows color (decimal): -112365 or 1264126. OLE color: 1264126.

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

Color convert

RGB 254 73 19 -
CMYK 0 0.71 0.93 0.00
HSL 13.79º 0.99% 0.54% -
HSV(B) 13.79º 0.93% 1% -
XYZ 43.37 25.88 3.33 -
YUV 120.96 70.47 222.89 -
System Red Green Blue C M Y K H S L
Decimal 254 73 19 0 0.71 0.93 0.00 13.79 0.99 0.54
Hex FE 49 13 0 47 5D 0 E 63 36
Octal 376 111 23 0 107 135 0 16 143 66
Binary 11111110 1001001 10011 0 1000111 1011101 0 1110 1100011 110110

Color Harmonies of #FE4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4913

Black with #FE4913

Text Example


Text Example

White with #FE4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4913; }

 p { color: rgb(254,73,19); }

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

background-color css

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

 a { background-color: rgb(254,73,19); }

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

border-color css

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

 span { border-color: rgb(254,73,19); }

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