Html Css Color HEX #FE3523 Red Orange

📋 copy color: '#FE3523'

red 254 ◦ green 53 ◦ blue 35

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

Shades of Red Orange #FE3523

Tints of Red Orange #FE3523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.23%

R = 74.27%
G = 15.5%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE3523 (or 0xFE3523) is known color: Red Orange. HEX triplet: FE, 35 and 23. RGB value is (254,53,35). Sum of RGB (Red+Green+Blue) = 254+53+35=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3523 is #01CADC. Grayscale: #6F6F6F. Windows color (decimal): -117469 or 2307582. OLE color: 2307582.

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

Color convert

RGB 254 53 35 -
CMYK 0 0.79 0.86 0.00
HSL 4.93º 0.99% 0.57% -
HSV(B) 4.93º 0.86% 1% -
XYZ 42.45 23.74 3.93 -
YUV 111.05 85.09 229.96 -
System Red Green Blue C M Y K H S L
Decimal 254 53 35 0 0.79 0.86 0.00 4.93 0.99 0.57
Hex FE 35 23 0 4F 56 0 5 63 39
Octal 376 65 43 0 117 126 0 5 143 71
Binary 11111110 110101 100011 0 1001111 1010110 0 101 1100011 111001

Color Harmonies of #FE3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3523

Black with #FE3523

Text Example


Text Example

White with #FE3523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3523; }

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

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

background-color css

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

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

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

border-color css

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

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

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