Html Css Color HEX #FE5625 Outrageous Orange

📋 copy color: '#FE5625'

red 254 ◦ green 86 ◦ blue 37

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

Shades of Outrageous Orange #FE5625

Tints of Outrageous Orange #FE5625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.81%

 BLUE value IS 37 (14.84% from 255) = 9.81%

R = 67.37%
G = 22.81%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5625 (or 0xFE5625) is known color: Outrageous Orange. HEX triplet: FE, 56 and 25. RGB value is (254,86,37). Sum of RGB (Red+Green+Blue) = 254+86+37=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5625 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5625 is #01A9DA. Grayscale: #838383. Windows color (decimal): -109019 or 2447102. OLE color: 2447102.

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

Color convert

RGB 254 86 37 -
CMYK 0 0.66 0.85 0.00
HSL 13.55º 0.99% 0.57% -
HSV(B) 13.55º 0.85% 1% -
XYZ 44.53 27.86 4.78 -
YUV 130.65 75.16 215.98 -
System Red Green Blue C M Y K H S L
Decimal 254 86 37 0 0.66 0.85 0.00 13.55 0.99 0.57
Hex FE 56 25 0 42 55 0 E 63 39
Octal 376 126 45 0 102 125 0 16 143 71
Binary 11111110 1010110 100101 0 1000010 1010101 0 1110 1100011 111001

Color Harmonies of #FE5625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5625

Black with #FE5625

Text Example


Text Example

White with #FE5625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5625; }

 p { color: rgb(254,86,37); }

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

background-color css

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

 a { background-color: rgb(254,86,37); }

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

border-color css

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

 span { border-color: rgb(254,86,37); }

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