Html Css Color HEX #FE3221 Red Orange

📋 copy color: '#FE3221'

red 254 ◦ green 50 ◦ blue 33

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

Shades of Red Orange #FE3221

Tints of Red Orange #FE3221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.84%

 BLUE value IS 33 (13.28% from 255) = 9.79%

R = 75.37%
G = 14.84%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE3221 (or 0xFE3221) is known color: Red Orange. HEX triplet: FE, 32 and 21. RGB value is (254,50,33). Sum of RGB (Red+Green+Blue) = 254+50+33=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3221 is #01CDDE. Grayscale: #6D6D6D. Windows color (decimal): -118239 or 2175742. OLE color: 2175742.

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

Color convert

RGB 254 50 33 -
CMYK 0 0.80 0.87 0.00
HSL 4.62º 0.99% 0.56% -
HSV(B) 4.62º 0.87% 1% -
XYZ 42.29 23.46 3.74 -
YUV 109.06 85.09 231.38 -
System Red Green Blue C M Y K H S L
Decimal 254 50 33 0 0.80 0.87 0.00 4.62 0.99 0.56
Hex FE 32 21 0 50 57 0 5 63 38
Octal 376 62 41 0 120 127 0 5 143 70
Binary 11111110 110010 100001 0 1010000 1010111 0 101 1100011 111000

Color Harmonies of #FE3221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3221

Black with #FE3221

Text Example


Text Example

White with #FE3221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3221; }

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

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

background-color css

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

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

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

border-color css

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

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

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