Html Css Color HEX #FE461E Red Orange

📋 copy color: '#FE461E'

red 254 ◦ green 70 ◦ blue 30

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

Shades of Red Orange #FE461E

Tints of Red Orange #FE461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 71.75%
G = 19.77%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE461E (or 0xFE461E) is known color: Red Orange. HEX triplet: FE, 46 and 1E. RGB value is (254,70,30). Sum of RGB (Red+Green+Blue) = 254+70+30=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE461E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE461E is #01B9E1. Grayscale: #787878. Windows color (decimal): -113122 or 1984254. OLE color: 1984254.

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

Color convert

RGB 254 70 30 -
CMYK 0 0.72 0.88 0.00
HSL 10.71º 0.99% 0.56% -
HSV(B) 10.71º 0.88% 1% -
XYZ 43.3 25.54 3.88 -
YUV 120.46 76.96 223.25 -
System Red Green Blue C M Y K H S L
Decimal 254 70 30 0 0.72 0.88 0.00 10.71 0.99 0.56
Hex FE 46 1E 0 48 58 0 B 63 38
Octal 376 106 36 0 110 130 0 13 143 70
Binary 11111110 1000110 11110 0 1001000 1011000 0 1011 1100011 111000

Color Harmonies of #FE461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE461E

Black with #FE461E

Text Example


Text Example

White with #FE461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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