Html Css Color HEX #FE472E Red Orange

📋 copy color: '#FE472E'

red 254 ◦ green 71 ◦ blue 46

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

Shades of Red Orange #FE472E

Tints of Red Orange #FE472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.4%

R = 68.46%
G = 19.14%
B = 12.4%

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

#FE472E (or 0xFE472E) is known color: Red Orange. HEX triplet: FE, 47 and 2E. RGB value is (254,71,46). Sum of RGB (Red+Green+Blue) = 254+71+46=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE472E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE472E is #01B8D1. Grayscale: #7B7B7B. Windows color (decimal): -112850 or 3033086. OLE color: 3033086.

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

Color convert

RGB 254 71 46 -
CMYK 0 0.72 0.82 0.00
HSL 7.21º 0.99% 0.59% -
HSV(B) 7.21º 0.82% 1% -
XYZ 43.62 25.77 5.26 -
YUV 122.87 84.63 221.53 -
System Red Green Blue C M Y K H S L
Decimal 254 71 46 0 0.72 0.82 0.00 7.21 0.99 0.59
Hex FE 47 2E 0 48 52 0 7 63 3B
Octal 376 107 56 0 110 122 0 7 143 73
Binary 11111110 1000111 101110 0 1001000 1010010 0 111 1100011 111011

Color Harmonies of #FE472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE472E

Black with #FE472E

Text Example


Text Example

White with #FE472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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