Html Css Color HEX #FE421B Red Orange

📋 copy color: '#FE421B'

red 254 ◦ green 66 ◦ blue 27

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

Shades of Red Orange #FE421B

Tints of Red Orange #FE421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

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

R = 73.2%
G = 19.02%
B = 7.78%

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

#FE421B (or 0xFE421B) is known color: Red Orange. HEX triplet: FE, 42 and 1B. RGB value is (254,66,27). Sum of RGB (Red+Green+Blue) = 254+66+27=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE421B is #01BDE4. Grayscale: #767676. Windows color (decimal): -114149 or 1786622. OLE color: 1786622.

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

Color convert

RGB 254 66 27 -
CMYK 0 0.74 0.89 0.00
HSL 10.31º 0.99% 0.55% -
HSV(B) 10.31º 0.89% 1% -
XYZ 43.02 25.05 3.6 -
YUV 117.77 76.78 225.17 -
System Red Green Blue C M Y K H S L
Decimal 254 66 27 0 0.74 0.89 0.00 10.31 0.99 0.55
Hex FE 42 1B 0 4A 59 0 A 63 37
Octal 376 102 33 0 112 131 0 12 143 67
Binary 11111110 1000010 11011 0 1001010 1011001 0 1010 1100011 110111

Color Harmonies of #FE421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE421B

Black with #FE421B

Text Example


Text Example

White with #FE421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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