Html Css Color HEX #FE351F Red Orange

📋 copy color: '#FE351F'

red 254 ◦ green 53 ◦ blue 31

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

Shades of Red Orange #FE351F

Tints of Red Orange #FE351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 75.15%
G = 15.68%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE351F (or 0xFE351F) is known color: Red Orange. HEX triplet: FE, 35 and 1F. RGB value is (254,53,31). Sum of RGB (Red+Green+Blue) = 254+53+31=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE351F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE351F is #01CAE0. Grayscale: #6E6E6E. Windows color (decimal): -117473 or 2045438. OLE color: 2045438.

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

Color convert

RGB 254 53 31 -
CMYK 0 0.79 0.88 0.00
HSL 5.92º 0.99% 0.56% -
HSV(B) 5.92º 0.88% 1% -
XYZ 42.39 23.72 3.64 -
YUV 110.59 83.09 230.29 -
System Red Green Blue C M Y K H S L
Decimal 254 53 31 0 0.79 0.88 0.00 5.92 0.99 0.56
Hex FE 35 1F 0 4F 58 0 6 63 38
Octal 376 65 37 0 117 130 0 6 143 70
Binary 11111110 110101 11111 0 1001111 1011000 0 110 1100011 111000

Color Harmonies of #FE351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE351F

Black with #FE351F

Text Example


Text Example

White with #FE351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE351F; }

 p { color: rgb(254,53,31); }

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

background-color css

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

 a { background-color: rgb(254,53,31); }

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

border-color css

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

 span { border-color: rgb(254,53,31); }

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