Html Css Color HEX #FE5934 Outrageous Orange

📋 copy color: '#FE5934'

red 254 ◦ green 89 ◦ blue 52

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

Shades of Outrageous Orange #FE5934

Tints of Outrageous Orange #FE5934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 64.3%
G = 22.53%
B = 13.16%

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

#FE5934 (or 0xFE5934) is known color: Outrageous Orange. HEX triplet: FE, 59 and 34. RGB value is (254,89,52). Sum of RGB (Red+Green+Blue) = 254+89+52=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5934 is #01A6CB. Grayscale: #868686. Windows color (decimal): -108236 or 3430910. OLE color: 3430910.

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

Color convert

RGB 254 89 52 -
CMYK 0 0.65 0.80 0.00
HSL 10.99º 0.99% 0.6% -
HSV(B) 10.99º 0.8% 1% -
XYZ 45.07 28.46 6.37 -
YUV 134.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 254 89 52 0 0.65 0.80 0.00 10.99 0.99 0.6
Hex FE 59 34 0 41 50 0 B 63 3C
Octal 376 131 64 0 101 120 0 13 143 74
Binary 11111110 1011001 110100 0 1000001 1010000 0 1011 1100011 111100

Color Harmonies of #FE5934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5934

Black with #FE5934

Text Example


Text Example

White with #FE5934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5934; }

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

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

background-color css

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

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

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

border-color css

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

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

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