Html Css Color HEX #FE301C Red Orange

📋 copy color: '#FE301C'

red 254 ◦ green 48 ◦ blue 28

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

Shades of Red Orange #FE301C

Tints of Red Orange #FE301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 76.97%
G = 14.55%
B = 8.48%

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

#FE301C (or 0xFE301C) is known color: Red Orange. HEX triplet: FE, 30 and 1C. RGB value is (254,48,28). Sum of RGB (Red+Green+Blue) = 254+48+28=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE301C is #01CFE3. Grayscale: #6B6B6B. Windows color (decimal): -118756 or 1847550. OLE color: 1847550.

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

Color convert

RGB 254 48 28 -
CMYK 0 0.81 0.89 0.00
HSL 5.31º 0.99% 0.55% -
HSV(B) 5.31º 0.89% 1% -
XYZ 42.14 23.27 3.37 -
YUV 107.31 83.25 232.63 -
System Red Green Blue C M Y K H S L
Decimal 254 48 28 0 0.81 0.89 0.00 5.31 0.99 0.55
Hex FE 30 1C 0 51 59 0 5 63 37
Octal 376 60 34 0 121 131 0 5 143 67
Binary 11111110 110000 11100 0 1010001 1011001 0 101 1100011 110111

Color Harmonies of #FE301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE301C

Black with #FE301C

Text Example


Text Example

White with #FE301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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