Html Css Color HEX #FE301B Red Orange

📋 copy color: '#FE301B'

red 254 ◦ green 48 ◦ blue 27

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

Shades of Red Orange #FE301B

Tints of Red Orange #FE301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

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

R = 77.2%
G = 14.59%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE301B (or 0xFE301B) is known color: Red Orange. HEX triplet: FE, 30 and 1B. RGB value is (254,48,27). Sum of RGB (Red+Green+Blue) = 254+48+27=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE301B is #01CFE4. Grayscale: #6B6B6B. Windows color (decimal): -118757 or 1782014. OLE color: 1782014.

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

Color convert

RGB 254 48 27 -
CMYK 0 0.81 0.89 0.00
HSL 5.55º 0.99% 0.55% -
HSV(B) 5.55º 0.89% 1% -
XYZ 42.13 23.26 3.31 -
YUV 107.2 82.75 232.71 -
System Red Green Blue C M Y K H S L
Decimal 254 48 27 0 0.81 0.89 0.00 5.55 0.99 0.55
Hex FE 30 1B 0 51 59 0 6 63 37
Octal 376 60 33 0 121 131 0 6 143 67
Binary 11111110 110000 11011 0 1010001 1011001 0 110 1100011 110111

Color Harmonies of #FE301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE301B

Black with #FE301B

Text Example


Text Example

White with #FE301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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