Html Css Color HEX #FE301D Red Orange

📋 copy color: '#FE301D'

red 254 ◦ green 48 ◦ blue 29

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

Shades of Red Orange #FE301D

Tints of Red Orange #FE301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.76%

R = 76.74%
G = 14.5%
B = 8.76%

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

#FE301D (or 0xFE301D) is known color: Red Orange. HEX triplet: FE, 30 and 1D. RGB value is (254,48,29). Sum of RGB (Red+Green+Blue) = 254+48+29=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE301D is #01CFE2. Grayscale: #6B6B6B. Windows color (decimal): -118755 or 1913086. OLE color: 1913086.

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

Color convert

RGB 254 48 29 -
CMYK 0 0.81 0.89 0.00
HSL 5.07º 0.99% 0.55% -
HSV(B) 5.07º 0.89% 1% -
XYZ 42.15 23.27 3.43 -
YUV 107.43 83.75 232.54 -
System Red Green Blue C M Y K H S L
Decimal 254 48 29 0 0.81 0.89 0.00 5.07 0.99 0.55
Hex FE 30 1D 0 51 59 0 5 63 37
Octal 376 60 35 0 121 131 0 5 143 67
Binary 11111110 110000 11101 0 1010001 1011001 0 101 1100011 110111

Color Harmonies of #FE301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE301D

Black with #FE301D

Text Example


Text Example

White with #FE301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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