Html Css Color HEX #FE462D Red Orange

📋 copy color: '#FE462D'

red 254 ◦ green 70 ◦ blue 45

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

Shades of Red Orange #FE462D

Tints of Red Orange #FE462D

RGB

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

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

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

R = 68.83%
G = 18.97%
B = 12.2%

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

#FE462D (or 0xFE462D) is known color: Red Orange. HEX triplet: FE, 46 and 2D. RGB value is (254,70,45). Sum of RGB (Red+Green+Blue) = 254+70+45=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE462D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE462D is #01B9D2. Grayscale: #7A7A7A. Windows color (decimal): -113107 or 2967294. OLE color: 2967294.

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

Color convert

RGB 254 70 45 -
CMYK 0 0.72 0.82 0.00
HSL 7.18º 0.99% 0.59% -
HSV(B) 7.18º 0.82% 1% -
XYZ 43.54 25.64 5.14 -
YUV 122.17 84.46 222.03 -
System Red Green Blue C M Y K H S L
Decimal 254 70 45 0 0.72 0.82 0.00 7.18 0.99 0.59
Hex FE 46 2D 0 48 52 0 7 63 3B
Octal 376 106 55 0 110 122 0 7 143 73
Binary 11111110 1000110 101101 0 1001000 1010010 0 111 1100011 111011

Color Harmonies of #FE462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE462D

Black with #FE462D

Text Example


Text Example

White with #FE462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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