Html Css Color HEX #FE472D Red Orange

📋 copy color: '#FE472D'

red 254 ◦ green 71 ◦ blue 45

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

Shades of Red Orange #FE472D

Tints of Red Orange #FE472D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 68.65%
G = 19.19%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE472D (or 0xFE472D) is known color: Red Orange. HEX triplet: FE, 47 and 2D. RGB value is (254,71,45). Sum of RGB (Red+Green+Blue) = 254+71+45=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE472D is #01B8D2. Grayscale: #7B7B7B. Windows color (decimal): -112851 or 2967550. OLE color: 2967550.

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

Color convert

RGB 254 71 45 -
CMYK 0 0.72 0.82 0.00
HSL 7.46º 0.99% 0.59% -
HSV(B) 7.46º 0.82% 1% -
XYZ 43.6 25.77 5.16 -
YUV 122.75 84.13 221.61 -
System Red Green Blue C M Y K H S L
Decimal 254 71 45 0 0.72 0.82 0.00 7.46 0.99 0.59
Hex FE 47 2D 0 48 52 0 7 63 3B
Octal 376 107 55 0 110 122 0 7 143 73
Binary 11111110 1000111 101101 0 1001000 1010010 0 111 1100011 111011

Color Harmonies of #FE472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE472D

Black with #FE472D

Text Example


Text Example

White with #FE472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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