Html Css Color HEX #FE471D Red Orange

📋 copy color: '#FE471D'

red 254 ◦ green 71 ◦ blue 29

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

Shades of Red Orange #FE471D

Tints of Red Orange #FE471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 71.75%
G = 20.06%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE471D (or 0xFE471D) is known color: Red Orange. HEX triplet: FE, 47 and 1D. RGB value is (254,71,29). Sum of RGB (Red+Green+Blue) = 254+71+29=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE471D is #01B8E2. Grayscale: #797979. Windows color (decimal): -112867 or 1918974. OLE color: 1918974.

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

Color convert

RGB 254 71 29 -
CMYK 0 0.72 0.89 0.00
HSL 11.2º 0.99% 0.55% -
HSV(B) 11.2º 0.89% 1% -
XYZ 43.35 25.67 3.83 -
YUV 120.93 76.13 222.92 -
System Red Green Blue C M Y K H S L
Decimal 254 71 29 0 0.72 0.89 0.00 11.2 0.99 0.55
Hex FE 47 1D 0 48 59 0 B 63 37
Octal 376 107 35 0 110 131 0 13 143 67
Binary 11111110 1000111 11101 0 1001000 1011001 0 1011 1100011 110111

Color Harmonies of #FE471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE471D

Black with #FE471D

Text Example


Text Example

White with #FE471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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