Html Css Color HEX #FE411B Red Orange

📋 copy color: '#FE411B'

red 254 ◦ green 65 ◦ blue 27

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

Shades of Red Orange #FE411B

Tints of Red Orange #FE411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 73.41%
G = 18.79%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE411B (or 0xFE411B) is known color: Red Orange. HEX triplet: FE, 41 and 1B. RGB value is (254,65,27). Sum of RGB (Red+Green+Blue) = 254+65+27=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE411B is #01BEE4. Grayscale: #757575. Windows color (decimal): -114405 or 1786366. OLE color: 1786366.

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

Color convert

RGB 254 65 27 -
CMYK 0 0.74 0.89 0.00
HSL 10.04º 0.99% 0.55% -
HSV(B) 10.04º 0.89% 1% -
XYZ 42.96 24.93 3.58 -
YUV 117.18 77.12 225.59 -
System Red Green Blue C M Y K H S L
Decimal 254 65 27 0 0.74 0.89 0.00 10.04 0.99 0.55
Hex FE 41 1B 0 4A 59 0 A 63 37
Octal 376 101 33 0 112 131 0 12 143 67
Binary 11111110 1000001 11011 0 1001010 1011001 0 1010 1100011 110111

Color Harmonies of #FE411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE411B

Black with #FE411B

Text Example


Text Example

White with #FE411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE411B; }

 p { color: rgb(254,65,27); }

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

background-color css

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

 a { background-color: rgb(254,65,27); }

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

border-color css

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

 span { border-color: rgb(254,65,27); }

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