Html Css Color HEX #FE5932 Outrageous Orange

📋 copy color: '#FE5932'

red 254 ◦ green 89 ◦ blue 50

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

Shades of Outrageous Orange #FE5932

Tints of Outrageous Orange #FE5932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.72%

R = 64.63%
G = 22.65%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE5932 (or 0xFE5932) is known color: Outrageous Orange. HEX triplet: FE, 59 and 32. RGB value is (254,89,50). Sum of RGB (Red+Green+Blue) = 254+89+50=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5932 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5932 is #01A6CD. Grayscale: #868686. Windows color (decimal): -108238 or 3299838. OLE color: 3299838.

HSL color Cylindrical-coordinate representation of color #FE5932: hue angle of 11.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE5932 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 89 50 -
CMYK 0 0.65 0.80 0.00
HSL 11.47º 0.99% 0.6% -
HSV(B) 11.47º 0.8% 1% -
XYZ 45.02 28.45 6.14 -
YUV 133.89 80.66 213.67 -
System Red Green Blue C M Y K H S L
Decimal 254 89 50 0 0.65 0.80 0.00 11.47 0.99 0.6
Hex FE 59 32 0 41 50 0 B 63 3C
Octal 376 131 62 0 101 120 0 13 143 74
Binary 11111110 1011001 110010 0 1000001 1010000 0 1011 1100011 111100

Color Harmonies of #FE5932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5932

Black with #FE5932

Text Example


Text Example

White with #FE5932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5932; }

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

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

background-color css

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

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

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

border-color css

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

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

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