Html Css Color HEX #FE5930 Outrageous Orange

📋 copy color: '#FE5930'

red 254 ◦ green 89 ◦ blue 48

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

Shades of Outrageous Orange #FE5930

Tints of Outrageous Orange #FE5930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.28%

R = 64.96%
G = 22.76%
B = 12.28%

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

#FE5930 (or 0xFE5930) is known color: Outrageous Orange. HEX triplet: FE, 59 and 30. RGB value is (254,89,48). Sum of RGB (Red+Green+Blue) = 254+89+48=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5930 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5930 is #01A6CF. Grayscale: #858585. Windows color (decimal): -108240 or 3168766. OLE color: 3168766.

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

Color convert

RGB 254 89 48 -
CMYK 0 0.65 0.81 0.00
HSL 11.94º 0.99% 0.59% -
HSV(B) 11.94º 0.81% 1% -
XYZ 44.98 28.43 5.91 -
YUV 133.66 79.66 213.83 -
System Red Green Blue C M Y K H S L
Decimal 254 89 48 0 0.65 0.81 0.00 11.94 0.99 0.59
Hex FE 59 30 0 41 51 0 C 63 3B
Octal 376 131 60 0 101 121 0 14 143 73
Binary 11111110 1011001 110000 0 1000001 1010001 0 1100 1100011 111011

Color Harmonies of #FE5930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5930

Black with #FE5930

Text Example


Text Example

White with #FE5930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5930; }

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

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

background-color css

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

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

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

border-color css

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

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

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