Html Css Color HEX #FE411D Red Orange

📋 copy color: '#FE411D'

red 254 ◦ green 65 ◦ blue 29

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

Shades of Red Orange #FE411D

Tints of Red Orange #FE411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 72.99%
G = 18.68%
B = 8.33%

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

#FE411D (or 0xFE411D) is known color: Red Orange. HEX triplet: FE, 41 and 1D. RGB value is (254,65,29). Sum of RGB (Red+Green+Blue) = 254+65+29=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE411D is #01BEE2. Grayscale: #757575. Windows color (decimal): -114403 or 1917438. OLE color: 1917438.

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

Color convert

RGB 254 65 29 -
CMYK 0 0.74 0.89 0.00
HSL 9.6º 0.99% 0.55% -
HSV(B) 9.6º 0.89% 1% -
XYZ 42.99 24.94 3.71 -
YUV 117.41 78.12 225.43 -
System Red Green Blue C M Y K H S L
Decimal 254 65 29 0 0.74 0.89 0.00 9.6 0.99 0.55
Hex FE 41 1D 0 4A 59 0 A 63 37
Octal 376 101 35 0 112 131 0 12 143 67
Binary 11111110 1000001 11101 0 1001010 1011001 0 1010 1100011 110111

Color Harmonies of #FE411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE411D

Black with #FE411D

Text Example


Text Example

White with #FE411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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