Html Css Color HEX #FE5B26 Outrageous Orange

📋 copy color: '#FE5B26'

red 254 ◦ green 91 ◦ blue 38

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

Shades of Outrageous Orange #FE5B26

Tints of Outrageous Orange #FE5B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 66.32%
G = 23.76%
B = 9.92%

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

#FE5B26 (or 0xFE5B26) is known color: Outrageous Orange. HEX triplet: FE, 5B and 26. RGB value is (254,91,38). Sum of RGB (Red+Green+Blue) = 254+91+38=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5B26 is #01A4D9. Grayscale: #868686. Windows color (decimal): -107738 or 2513918. OLE color: 2513918.

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

Color convert

RGB 254 91 38 -
CMYK 0 0.64 0.85 0.00
HSL 14.72º 0.99% 0.57% -
HSV(B) 14.72º 0.85% 1% -
XYZ 44.96 28.69 5 -
YUV 133.7 74 213.81 -
System Red Green Blue C M Y K H S L
Decimal 254 91 38 0 0.64 0.85 0.00 14.72 0.99 0.57
Hex FE 5B 26 0 40 55 0 F 63 39
Octal 376 133 46 0 100 125 0 17 143 71
Binary 11111110 1011011 100110 0 1000000 1010101 0 1111 1100011 111001

Color Harmonies of #FE5B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B26

Black with #FE5B26

Text Example


Text Example

White with #FE5B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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