Html Css Color HEX #FE5921 Outrageous Orange

📋 copy color: '#FE5921'

red 254 ◦ green 89 ◦ blue 33

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

Shades of Outrageous Orange #FE5921

Tints of Outrageous Orange #FE5921

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

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

R = 67.55%
G = 23.67%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE5921 (or 0xFE5921) is known color: Outrageous Orange. HEX triplet: FE, 59 and 21. RGB value is (254,89,33). Sum of RGB (Red+Green+Blue) = 254+89+33=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5921 is #01A6DE. Grayscale: #848484. Windows color (decimal): -108255 or 2185726. OLE color: 2185726.

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

Color convert

RGB 254 89 33 -
CMYK 0 0.65 0.87 0.00
HSL 15.2º 0.99% 0.56% -
HSV(B) 15.2º 0.87% 1% -
XYZ 44.72 28.33 4.55 -
YUV 131.95 72.16 215.05 -
System Red Green Blue C M Y K H S L
Decimal 254 89 33 0 0.65 0.87 0.00 15.2 0.99 0.56
Hex FE 59 21 0 41 57 0 F 63 38
Octal 376 131 41 0 101 127 0 17 143 70
Binary 11111110 1011001 100001 0 1000001 1010111 0 1111 1100011 111000

Color Harmonies of #FE5921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5921

Black with #FE5921

Text Example


Text Example

White with #FE5921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5921; }

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

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

background-color css

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

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

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

border-color css

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

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

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