Html Css Color HEX #FE401A Red Orange

📋 copy color: '#FE401A'

red 254 ◦ green 64 ◦ blue 26

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

Shades of Red Orange #FE401A

Tints of Red Orange #FE401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

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

R = 73.84%
G = 18.6%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE401A (or 0xFE401A) is known color: Red Orange. HEX triplet: FE, 40 and 1A. RGB value is (254,64,26). Sum of RGB (Red+Green+Blue) = 254+64+26=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE401A is #01BFE5. Grayscale: #747474. Windows color (decimal): -114662 or 1720574. OLE color: 1720574.

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

Color convert

RGB 254 64 26 -
CMYK 0 0.75 0.90 0.00
HSL 10º 0.99% 0.55% -
HSV(B) 10º 0.9% 1% -
XYZ 42.89 24.81 3.51 -
YUV 116.48 76.95 226.09 -
System Red Green Blue C M Y K H S L
Decimal 254 64 26 0 0.75 0.90 0.00 10 0.99 0.55
Hex FE 40 1A 0 4B 5A 0 A 63 37
Octal 376 100 32 0 113 132 0 12 143 67
Binary 11111110 1000000 11010 0 1001011 1011010 0 1010 1100011 110111

Color Harmonies of #FE401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE401A

Black with #FE401A

Text Example


Text Example

White with #FE401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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