Html Css Color HEX #FE5931 Outrageous Orange

📋 copy color: '#FE5931'

red 254 ◦ green 89 ◦ blue 49

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

Shades of Outrageous Orange #FE5931

Tints of Outrageous Orange #FE5931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.5%

R = 64.8%
G = 22.7%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE5931 (or 0xFE5931) is known color: Outrageous Orange. HEX triplet: FE, 59 and 31. RGB value is (254,89,49). Sum of RGB (Red+Green+Blue) = 254+89+49=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5931 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5931 is #01A6CE. Grayscale: #868686. Windows color (decimal): -108239 or 3234302. OLE color: 3234302.

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

Color convert

RGB 254 89 49 -
CMYK 0 0.65 0.81 0.00
HSL 11.71º 0.99% 0.59% -
HSV(B) 11.71º 0.81% 1% -
XYZ 45 28.44 6.02 -
YUV 133.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 254 89 49 0 0.65 0.81 0.00 11.71 0.99 0.59
Hex FE 59 31 0 41 51 0 C 63 3B
Octal 376 131 61 0 101 121 0 14 143 73
Binary 11111110 1011001 110001 0 1000001 1010001 0 1100 1100011 111011

Color Harmonies of #FE5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5931

Black with #FE5931

Text Example


Text Example

White with #FE5931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5931; }

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

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

background-color css

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

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

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

border-color css

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

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

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