Html Css Color HEX #FE470E Orange Red

📋 copy color: '#FE470E'

red 254 ◦ green 71 ◦ blue 14

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

Shades of Orange Red #FE470E

Tints of Orange Red #FE470E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

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

R = 74.93%
G = 20.94%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE470E (or 0xFE470E) is known color: Orange Red. HEX triplet: FE, 47 and 0E. RGB value is (254,71,14). Sum of RGB (Red+Green+Blue) = 254+71+14=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE470E is #01B8F1. Grayscale: #777777. Windows color (decimal): -112882 or 935934. OLE color: 935934.

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

Color convert

RGB 254 71 14 -
CMYK 0 0.72 0.94 0.00
HSL 14.25º 0.99% 0.53% -
HSV(B) 14.25º 0.94% 1% -
XYZ 43.21 25.61 3.08 -
YUV 119.22 68.63 224.13 -
System Red Green Blue C M Y K H S L
Decimal 254 71 14 0 0.72 0.94 0.00 14.25 0.99 0.53
Hex FE 47 E 0 48 5E 0 E 63 35
Octal 376 107 16 0 110 136 0 16 143 65
Binary 11111110 1000111 1110 0 1001000 1011110 0 1110 1100011 110101

Color Harmonies of #FE470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE470E

Black with #FE470E

Text Example


Text Example

White with #FE470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE470E; }

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

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

background-color css

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

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

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

border-color css

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

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

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