Html Css Color HEX #FE4A0E Orange Red

📋 copy color: '#FE4A0E'

red 254 ◦ green 74 ◦ blue 14

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

Shades of Orange Red #FE4A0E

Tints of Orange Red #FE4A0E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 74.27%
G = 21.64%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE4A0E (or 0xFE4A0E) is known color: Orange Red. HEX triplet: FE, 4A and 0E. RGB value is (254,74,14). Sum of RGB (Red+Green+Blue) = 254+74+14=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4A0E is #01B5F1. Grayscale: #797979. Windows color (decimal): -112114 or 936702. OLE color: 936702.

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

Color convert

RGB 254 74 14 -
CMYK 0 0.71 0.94 0.00
HSL 15º 0.99% 0.53% -
HSV(B) 15º 0.94% 1% -
XYZ 43.4 26 3.15 -
YUV 120.98 67.63 222.88 -
System Red Green Blue C M Y K H S L
Decimal 254 74 14 0 0.71 0.94 0.00 15 0.99 0.53
Hex FE 4A E 0 47 5E 0 F 63 35
Octal 376 112 16 0 107 136 0 17 143 65
Binary 11111110 1001010 1110 0 1000111 1011110 0 1111 1100011 110101

Color Harmonies of #FE4A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A0E

Black with #FE4A0E

Text Example


Text Example

White with #FE4A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A0E; }

 p { color: rgb(254,74,14); }

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

background-color css

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

 a { background-color: rgb(254,74,14); }

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

border-color css

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

 span { border-color: rgb(254,74,14); }

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