Html Css Color HEX #FE3532 Red Orange

📋 copy color: '#FE3532'

red 254 ◦ green 53 ◦ blue 50

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

Shades of Red Orange #FE3532

Tints of Red Orange #FE3532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 71.15%
G = 14.85%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE3532 (or 0xFE3532) is known color: Red Orange. HEX triplet: FE, 35 and 32. RGB value is (254,53,50). Sum of RGB (Red+Green+Blue) = 254+53+50=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3532 is #01CACD. Grayscale: #707070. Windows color (decimal): -117454 or 3290622. OLE color: 3290622.

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

Color convert

RGB 254 53 50 -
CMYK 0 0.79 0.80 0.00
HSL 0.88º 0.99% 0.6% -
HSV(B) 0.88º 0.8% 1% -
XYZ 42.72 23.85 5.37 -
YUV 112.76 92.59 228.74 -
System Red Green Blue C M Y K H S L
Decimal 254 53 50 0 0.79 0.80 0.00 0.88 0.99 0.6
Hex FE 35 32 0 4F 50 0 1 63 3C
Octal 376 65 62 0 117 120 0 1 143 74
Binary 11111110 110101 110010 0 1001111 1010000 0 1 1100011 111100

Color Harmonies of #FE3532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3532

Black with #FE3532

Text Example


Text Example

White with #FE3532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3532; }

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

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

background-color css

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

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

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

border-color css

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

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

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