Html Css Color HEX #FE462A Red Orange

📋 copy color: '#FE462A'

red 254 ◦ green 70 ◦ blue 42

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

Shades of Red Orange #FE462A

Tints of Red Orange #FE462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 69.4%
G = 19.13%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE462A (or 0xFE462A) is known color: Red Orange. HEX triplet: FE, 46 and 2A. RGB value is (254,70,42). Sum of RGB (Red+Green+Blue) = 254+70+42=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE462A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE462A is #01B9D5. Grayscale: #7A7A7A. Windows color (decimal): -113110 or 2770686. OLE color: 2770686.

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

Color convert

RGB 254 70 42 -
CMYK 0 0.72 0.83 0.00
HSL 7.92º 0.99% 0.58% -
HSV(B) 7.92º 0.83% 1% -
XYZ 43.48 25.62 4.84 -
YUV 121.82 82.96 222.28 -
System Red Green Blue C M Y K H S L
Decimal 254 70 42 0 0.72 0.83 0.00 7.92 0.99 0.58
Hex FE 46 2A 0 48 53 0 8 63 3A
Octal 376 106 52 0 110 123 0 10 143 72
Binary 11111110 1000110 101010 0 1001000 1010011 0 1000 1100011 111010

Color Harmonies of #FE462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE462A

Black with #FE462A

Text Example


Text Example

White with #FE462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE462A; }

 p { color: rgb(254,70,42); }

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

background-color css

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

 a { background-color: rgb(254,70,42); }

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

border-color css

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

 span { border-color: rgb(254,70,42); }

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