Html Css Color HEX #FE352F Red Orange

📋 copy color: '#FE352F'

red 254 ◦ green 53 ◦ blue 47

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

Shades of Red Orange #FE352F

Tints of Red Orange #FE352F

RGB

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

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

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

R = 71.75%
G = 14.97%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE352F (or 0xFE352F) is known color: Red Orange. HEX triplet: FE, 35 and 2F. RGB value is (254,53,47). Sum of RGB (Red+Green+Blue) = 254+53+47=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE352F is #01CAD0. Grayscale: #707070. Windows color (decimal): -117457 or 3094014. OLE color: 3094014.

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

Color convert

RGB 254 53 47 -
CMYK 0 0.79 0.81 0.00
HSL 1.74º 0.99% 0.59% -
HSV(B) 1.74º 0.81% 1% -
XYZ 42.66 23.82 5.04 -
YUV 112.42 91.09 228.99 -
System Red Green Blue C M Y K H S L
Decimal 254 53 47 0 0.79 0.81 0.00 1.74 0.99 0.59
Hex FE 35 2F 0 4F 51 0 2 63 3B
Octal 376 65 57 0 117 121 0 2 143 73
Binary 11111110 110101 101111 0 1001111 1010001 0 10 1100011 111011

Color Harmonies of #FE352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE352F

Black with #FE352F

Text Example


Text Example

White with #FE352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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