Html Css Color HEX #FE5F25 Outrageous Orange

📋 copy color: '#FE5F25'

red 254 ◦ green 95 ◦ blue 37

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

Shades of Outrageous Orange #FE5F25

Tints of Outrageous Orange #FE5F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.61%

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

R = 65.8%
G = 24.61%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5F25 (or 0xFE5F25) is known color: Outrageous Orange. HEX triplet: FE, 5F and 25. RGB value is (254,95,37). Sum of RGB (Red+Green+Blue) = 254+95+37=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5F25 is #01A0DA. Grayscale: #888888. Windows color (decimal): -106715 or 2449406. OLE color: 2449406.

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

Color convert

RGB 254 95 37 -
CMYK 0 0.63 0.85 0.00
HSL 16.04º 0.99% 0.57% -
HSV(B) 16.04º 0.85% 1% -
XYZ 45.3 29.39 5.04 -
YUV 135.93 72.18 212.22 -
System Red Green Blue C M Y K H S L
Decimal 254 95 37 0 0.63 0.85 0.00 16.04 0.99 0.57
Hex FE 5F 25 0 3F 55 0 10 63 39
Octal 376 137 45 0 77 125 0 20 143 71
Binary 11111110 1011111 100101 0 111111 1010101 0 10000 1100011 111001

Color Harmonies of #FE5F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5F25

Black with #FE5F25

Text Example


Text Example

White with #FE5F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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