Html Css Color HEX #FE3520 Red Orange

📋 copy color: '#FE3520'

red 254 ◦ green 53 ◦ blue 32

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

Shades of Red Orange #FE3520

Tints of Red Orange #FE3520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 74.93%
G = 15.63%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE3520 (or 0xFE3520) is known color: Red Orange. HEX triplet: FE, 35 and 20. RGB value is (254,53,32). Sum of RGB (Red+Green+Blue) = 254+53+32=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3520 is #01CADF. Grayscale: #6E6E6E. Windows color (decimal): -117472 or 2110974. OLE color: 2110974.

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

Color convert

RGB 254 53 32 -
CMYK 0 0.79 0.87 0.00
HSL 5.68º 0.99% 0.56% -
HSV(B) 5.68º 0.87% 1% -
XYZ 42.41 23.72 3.71 -
YUV 110.71 83.59 230.21 -
System Red Green Blue C M Y K H S L
Decimal 254 53 32 0 0.79 0.87 0.00 5.68 0.99 0.56
Hex FE 35 20 0 4F 57 0 6 63 38
Octal 376 65 40 0 117 127 0 6 143 70
Binary 11111110 110101 100000 0 1001111 1010111 0 110 1100011 111000

Color Harmonies of #FE3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3520

Black with #FE3520

Text Example


Text Example

White with #FE3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3520; }

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

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

background-color css

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

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

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

border-color css

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

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

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