Html Css Color HEX #FE5321 Outrageous Orange

📋 copy color: '#FE5321'

red 254 ◦ green 83 ◦ blue 33

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

Shades of Outrageous Orange #FE5321

Tints of Outrageous Orange #FE5321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

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

R = 68.65%
G = 22.43%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE5321 (or 0xFE5321) is known color: Outrageous Orange. HEX triplet: FE, 53 and 21. RGB value is (254,83,33). Sum of RGB (Red+Green+Blue) = 254+83+33=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5321 is #01ACDE. Grayscale: #808080. Windows color (decimal): -109791 or 2184190. OLE color: 2184190.

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

Color convert

RGB 254 83 33 -
CMYK 0 0.67 0.87 0.00
HSL 13.57º 0.99% 0.56% -
HSV(B) 13.57º 0.87% 1% -
XYZ 44.24 27.37 4.39 -
YUV 128.43 74.15 217.57 -
System Red Green Blue C M Y K H S L
Decimal 254 83 33 0 0.67 0.87 0.00 13.57 0.99 0.56
Hex FE 53 21 0 43 57 0 E 63 38
Octal 376 123 41 0 103 127 0 16 143 70
Binary 11111110 1010011 100001 0 1000011 1010111 0 1110 1100011 111000

Color Harmonies of #FE5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5321

Black with #FE5321

Text Example


Text Example

White with #FE5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5321; }

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

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

background-color css

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

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

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

border-color css

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

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

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