Html Css Color HEX #FE471B Orange Red

📋 copy color: '#FE471B'

red 254 ◦ green 71 ◦ blue 27

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

Shades of Orange Red #FE471B

Tints of Orange Red #FE471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

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

R = 72.16%
G = 20.17%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE471B (or 0xFE471B) is known color: Orange Red. HEX triplet: FE, 47 and 1B. RGB value is (254,71,27). Sum of RGB (Red+Green+Blue) = 254+71+27=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE471B is #01B8E4. Grayscale: #797979. Windows color (decimal): -112869 or 1787902. OLE color: 1787902.

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

Color convert

RGB 254 71 27 -
CMYK 0 0.72 0.89 0.00
HSL 11.63º 0.99% 0.55% -
HSV(B) 11.63º 0.89% 1% -
XYZ 43.32 25.66 3.71 -
YUV 120.7 75.13 223.08 -
System Red Green Blue C M Y K H S L
Decimal 254 71 27 0 0.72 0.89 0.00 11.63 0.99 0.55
Hex FE 47 1B 0 48 59 0 C 63 37
Octal 376 107 33 0 110 131 0 14 143 67
Binary 11111110 1000111 11011 0 1001000 1011001 0 1100 1100011 110111

Color Harmonies of #FE471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE471B

Black with #FE471B

Text Example


Text Example

White with #FE471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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