Html Css Color HEX #FE411A Orange Red

📋 copy color: '#FE411A'

red 254 ◦ green 65 ◦ blue 26

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

Shades of Orange Red #FE411A

Tints of Orange Red #FE411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 73.62%
G = 18.84%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE411A (or 0xFE411A) is known color: Orange Red. HEX triplet: FE, 41 and 1A. RGB value is (254,65,26). Sum of RGB (Red+Green+Blue) = 254+65+26=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE411A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE411A is #01BEE5. Grayscale: #757575. Windows color (decimal): -114406 or 1720830. OLE color: 1720830.

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

Color convert

RGB 254 65 26 -
CMYK 0 0.74 0.90 0.00
HSL 10.26º 0.99% 0.55% -
HSV(B) 10.26º 0.9% 1% -
XYZ 42.95 24.93 3.52 -
YUV 117.07 76.62 225.67 -
System Red Green Blue C M Y K H S L
Decimal 254 65 26 0 0.74 0.90 0.00 10.26 0.99 0.55
Hex FE 41 1A 0 4A 5A 0 A 63 37
Octal 376 101 32 0 112 132 0 12 143 67
Binary 11111110 1000001 11010 0 1001010 1011010 0 1010 1100011 110111

Color Harmonies of #FE411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE411A

Black with #FE411A

Text Example


Text Example

White with #FE411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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