Html Css Color HEX #FE461F Red Orange

📋 copy color: '#FE461F'

red 254 ◦ green 70 ◦ blue 31

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

Shades of Red Orange #FE461F

Tints of Red Orange #FE461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 71.55%
G = 19.72%
B = 8.73%

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

#FE461F (or 0xFE461F) is known color: Red Orange. HEX triplet: FE, 46 and 1F. RGB value is (254,70,31). Sum of RGB (Red+Green+Blue) = 254+70+31=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE461F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE461F is #01B9E0. Grayscale: #787878. Windows color (decimal): -113121 or 2049790. OLE color: 2049790.

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

Color convert

RGB 254 70 31 -
CMYK 0 0.72 0.88 0.00
HSL 10.49º 0.99% 0.56% -
HSV(B) 10.49º 0.88% 1% -
XYZ 43.31 25.55 3.95 -
YUV 120.57 77.46 223.17 -
System Red Green Blue C M Y K H S L
Decimal 254 70 31 0 0.72 0.88 0.00 10.49 0.99 0.56
Hex FE 46 1F 0 48 58 0 A 63 38
Octal 376 106 37 0 110 130 0 12 143 70
Binary 11111110 1000110 11111 0 1001000 1011000 0 1010 1100011 111000

Color Harmonies of #FE461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE461F

Black with #FE461F

Text Example


Text Example

White with #FE461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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