Html Css Color HEX #FE302F Red Orange

📋 copy color: '#FE302F'

red 254 ◦ green 48 ◦ blue 47

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

Shades of Red Orange #FE302F

Tints of Red Orange #FE302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.47%

R = 72.78%
G = 13.75%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE302F (or 0xFE302F) is known color: Red Orange. HEX triplet: FE, 30 and 2F. RGB value is (254,48,47). Sum of RGB (Red+Green+Blue) = 254+48+47=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE302F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE302F is #01CFD0. Grayscale: #6D6D6D. Windows color (decimal): -118737 or 3092734. OLE color: 3092734.

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

Color convert

RGB 254 48 47 -
CMYK 0 0.81 0.81 0.00
HSL 0.29º 0.99% 0.59% -
HSV(B) 0.29º 0.81% 1% -
XYZ 42.44 23.39 4.97 -
YUV 109.48 92.75 231.08 -
System Red Green Blue C M Y K H S L
Decimal 254 48 47 0 0.81 0.81 0.00 0.29 0.99 0.59
Hex FE 30 2F 0 51 51 0 0 63 3B
Octal 376 60 57 0 121 121 0 0 143 73
Binary 11111110 110000 101111 0 1010001 1010001 0 0 1100011 111011

Color Harmonies of #FE302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE302F

Black with #FE302F

Text Example


Text Example

White with #FE302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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