Html Css Color HEX #FE5825 Outrageous Orange

📋 copy color: '#FE5825'

red 254 ◦ green 88 ◦ blue 37

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

Shades of Outrageous Orange #FE5825

Tints of Outrageous Orange #FE5825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

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

R = 67.02%
G = 23.22%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5825 (or 0xFE5825) is known color: Outrageous Orange. HEX triplet: FE, 58 and 25. RGB value is (254,88,37). Sum of RGB (Red+Green+Blue) = 254+88+37=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5825 is #01A7DA. Grayscale: #848484. Windows color (decimal): -108507 or 2447614. OLE color: 2447614.

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

Color convert

RGB 254 88 37 -
CMYK 0 0.65 0.85 0.00
HSL 14.1º 0.99% 0.57% -
HSV(B) 14.1º 0.85% 1% -
XYZ 44.7 28.18 4.83 -
YUV 131.82 74.5 215.15 -
System Red Green Blue C M Y K H S L
Decimal 254 88 37 0 0.65 0.85 0.00 14.1 0.99 0.57
Hex FE 58 25 0 41 55 0 E 63 39
Octal 376 130 45 0 101 125 0 16 143 71
Binary 11111110 1011000 100101 0 1000001 1010101 0 1110 1100011 111001

Color Harmonies of #FE5825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5825

Black with #FE5825

Text Example


Text Example

White with #FE5825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5825; }

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

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

background-color css

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

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

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

border-color css

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

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

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