Html Css Color HEX #FE302D Red Orange

📋 copy color: '#FE302D'

red 254 ◦ green 48 ◦ blue 45

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

Shades of Red Orange #FE302D

Tints of Red Orange #FE302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 73.2%
G = 13.83%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE302D (or 0xFE302D) is known color: Red Orange. HEX triplet: FE, 30 and 2D. RGB value is (254,48,45). Sum of RGB (Red+Green+Blue) = 254+48+45=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE302D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE302D is #01CFD2. Grayscale: #6D6D6D. Windows color (decimal): -118739 or 2961662. OLE color: 2961662.

HSL color Cylindrical-coordinate representation of color #FE302D: hue angle of 0.86º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE302D is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 48 45 -
CMYK 0 0.81 0.82 0.00
HSL 0.86º 0.99% 0.59% -
HSV(B) 0.86º 0.82% 1% -
XYZ 42.4 23.37 4.76 -
YUV 109.25 91.75 231.24 -
System Red Green Blue C M Y K H S L
Decimal 254 48 45 0 0.81 0.82 0.00 0.86 0.99 0.59
Hex FE 30 2D 0 51 52 0 1 63 3B
Octal 376 60 55 0 121 122 0 1 143 73
Binary 11111110 110000 101101 0 1010001 1010010 0 1 1100011 111011

Color Harmonies of #FE302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE302D

Black with #FE302D

Text Example


Text Example

White with #FE302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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