Html Css Color HEX #FE3525 Red Orange

📋 copy color: '#FE3525'

red 254 ◦ green 53 ◦ blue 37

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

Shades of Red Orange #FE3525

Tints of Red Orange #FE3525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 73.84%
G = 15.41%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE3525 (or 0xFE3525) is known color: Red Orange. HEX triplet: FE, 35 and 25. RGB value is (254,53,37). Sum of RGB (Red+Green+Blue) = 254+53+37=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3525 is #01CADA. Grayscale: #6F6F6F. Windows color (decimal): -117467 or 2438654. OLE color: 2438654.

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

Color convert

RGB 254 53 37 -
CMYK 0 0.79 0.85 0.00
HSL 4.42º 0.99% 0.57% -
HSV(B) 4.42º 0.85% 1% -
XYZ 42.48 23.75 4.1 -
YUV 111.28 86.09 229.8 -
System Red Green Blue C M Y K H S L
Decimal 254 53 37 0 0.79 0.85 0.00 4.42 0.99 0.57
Hex FE 35 25 0 4F 55 0 4 63 39
Octal 376 65 45 0 117 125 0 4 143 71
Binary 11111110 110101 100101 0 1001111 1010101 0 100 1100011 111001

Color Harmonies of #FE3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3525

Black with #FE3525

Text Example


Text Example

White with #FE3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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