Html Css Color HEX #FE490E Orange Red

📋 copy color: '#FE490E'

red 254 ◦ green 73 ◦ blue 14

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

Shades of Orange Red #FE490E

Tints of Orange Red #FE490E

RGB

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

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

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

R = 74.49%
G = 21.41%
B = 4.11%

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

#FE490E (or 0xFE490E) is known color: Orange Red. HEX triplet: FE, 49 and 0E. RGB value is (254,73,14). Sum of RGB (Red+Green+Blue) = 254+73+14=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE490E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE490E is #01B6F1. Grayscale: #787878. Windows color (decimal): -112370 or 936446. OLE color: 936446.

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

Color convert

RGB 254 73 14 -
CMYK 0 0.71 0.94 0.00
HSL 14.75º 0.99% 0.53% -
HSV(B) 14.75º 0.94% 1% -
XYZ 43.33 25.87 3.12 -
YUV 120.39 67.97 223.3 -
System Red Green Blue C M Y K H S L
Decimal 254 73 14 0 0.71 0.94 0.00 14.75 0.99 0.53
Hex FE 49 E 0 47 5E 0 F 63 35
Octal 376 111 16 0 107 136 0 17 143 65
Binary 11111110 1001001 1110 0 1000111 1011110 0 1111 1100011 110101

Color Harmonies of #FE490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE490E

Black with #FE490E

Text Example


Text Example

White with #FE490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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