Html Css Color HEX #FE3522 Red Orange

📋 copy color: '#FE3522'

red 254 ◦ green 53 ◦ blue 34

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

Shades of Red Orange #FE3522

Tints of Red Orange #FE3522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 74.49%
G = 15.54%
B = 9.97%

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

#FE3522 (or 0xFE3522) is known color: Red Orange. HEX triplet: FE, 35 and 22. RGB value is (254,53,34). Sum of RGB (Red+Green+Blue) = 254+53+34=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3522 is #01CADD. Grayscale: #6F6F6F. Windows color (decimal): -117470 or 2242046. OLE color: 2242046.

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

Color convert

RGB 254 53 34 -
CMYK 0 0.79 0.87 0.00
HSL 5.18º 0.99% 0.56% -
HSV(B) 5.18º 0.87% 1% -
XYZ 42.43 23.73 3.86 -
YUV 110.93 84.59 230.04 -
System Red Green Blue C M Y K H S L
Decimal 254 53 34 0 0.79 0.87 0.00 5.18 0.99 0.56
Hex FE 35 22 0 4F 57 0 5 63 38
Octal 376 65 42 0 117 127 0 5 143 70
Binary 11111110 110101 100010 0 1001111 1010111 0 101 1100011 111000

Color Harmonies of #FE3522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3522

Black with #FE3522

Text Example


Text Example

White with #FE3522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3522; }

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

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

background-color css

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

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

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

border-color css

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

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

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