Html Css Color HEX #FE5221 Outrageous Orange

📋 copy color: '#FE5221'

red 254 ◦ green 82 ◦ blue 33

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

Shades of Outrageous Orange #FE5221

Tints of Outrageous Orange #FE5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.22%

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

R = 68.83%
G = 22.22%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE5221 (or 0xFE5221) is known color: Outrageous Orange. HEX triplet: FE, 52 and 21. RGB value is (254,82,33). Sum of RGB (Red+Green+Blue) = 254+82+33=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5221 is #01ADDE. Grayscale: #808080. Windows color (decimal): -110047 or 2183934. OLE color: 2183934.

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

Color convert

RGB 254 82 33 -
CMYK 0 0.68 0.87 0.00
HSL 13.3º 0.99% 0.56% -
HSV(B) 13.3º 0.87% 1% -
XYZ 44.16 27.22 4.36 -
YUV 127.84 74.48 217.98 -
System Red Green Blue C M Y K H S L
Decimal 254 82 33 0 0.68 0.87 0.00 13.3 0.99 0.56
Hex FE 52 21 0 44 57 0 D 63 38
Octal 376 122 41 0 104 127 0 15 143 70
Binary 11111110 1010010 100001 0 1000100 1010111 0 1101 1100011 111000

Color Harmonies of #FE5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5221

Black with #FE5221

Text Example


Text Example

White with #FE5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5221; }

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

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

background-color css

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

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

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

border-color css

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

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

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