Html Css Color HEX #FE401B Red Orange

📋 copy color: '#FE401B'

red 254 ◦ green 64 ◦ blue 27

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

Shades of Red Orange #FE401B

Tints of Red Orange #FE401B

RGB

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

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

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

R = 73.62%
G = 18.55%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE401B (or 0xFE401B) is known color: Red Orange. HEX triplet: FE, 40 and 1B. RGB value is (254,64,27). Sum of RGB (Red+Green+Blue) = 254+64+27=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE401B is #01BFE4. Grayscale: #747474. Windows color (decimal): -114661 or 1786110. OLE color: 1786110.

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

Color convert

RGB 254 64 27 -
CMYK 0 0.75 0.89 0.00
HSL 9.78º 0.99% 0.55% -
HSV(B) 9.78º 0.89% 1% -
XYZ 42.9 24.82 3.57 -
YUV 116.59 77.45 226.01 -
System Red Green Blue C M Y K H S L
Decimal 254 64 27 0 0.75 0.89 0.00 9.78 0.99 0.55
Hex FE 40 1B 0 4B 59 0 A 63 37
Octal 376 100 33 0 113 131 0 12 143 67
Binary 11111110 1000000 11011 0 1001011 1011001 0 1010 1100011 110111

Color Harmonies of #FE401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE401B

Black with #FE401B

Text Example


Text Example

White with #FE401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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