Html Css Color HEX #FE5B25 Outrageous Orange

📋 copy color: '#FE5B25'

red 254 ◦ green 91 ◦ blue 37

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

Shades of Outrageous Orange #FE5B25

Tints of Outrageous Orange #FE5B25

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

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

R = 66.49%
G = 23.82%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5B25 (or 0xFE5B25) is known color: Outrageous Orange. HEX triplet: FE, 5B and 25. RGB value is (254,91,37). Sum of RGB (Red+Green+Blue) = 254+91+37=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5B25 is #01A4DA. Grayscale: #858585. Windows color (decimal): -107739 or 2448382. OLE color: 2448382.

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

Color convert

RGB 254 91 37 -
CMYK 0 0.64 0.85 0.00
HSL 14.93º 0.99% 0.57% -
HSV(B) 14.93º 0.85% 1% -
XYZ 44.95 28.69 4.92 -
YUV 133.58 73.5 213.89 -
System Red Green Blue C M Y K H S L
Decimal 254 91 37 0 0.64 0.85 0.00 14.93 0.99 0.57
Hex FE 5B 25 0 40 55 0 F 63 39
Octal 376 133 45 0 100 125 0 17 143 71
Binary 11111110 1011011 100101 0 1000000 1010101 0 1111 1100011 111001

Color Harmonies of #FE5B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B25

Black with #FE5B25

Text Example


Text Example

White with #FE5B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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