Html Css Color HEX #FE5026 Outrageous Orange

📋 copy color: '#FE5026'

red 254 ◦ green 80 ◦ blue 38

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

Shades of Outrageous Orange #FE5026

Tints of Outrageous Orange #FE5026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 68.28%
G = 21.51%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5026 (or 0xFE5026) is known color: Outrageous Orange. HEX triplet: FE, 50 and 26. RGB value is (254,80,38). Sum of RGB (Red+Green+Blue) = 254+80+38=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5026 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5026 is #01AFD9. Grayscale: #7F7F7F. Windows color (decimal): -110554 or 2511102. OLE color: 2511102.

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

Color convert

RGB 254 80 38 -
CMYK 0 0.69 0.85 0.00
HSL 11.67º 0.99% 0.57% -
HSV(B) 11.67º 0.85% 1% -
XYZ 44.09 26.95 4.71 -
YUV 127.24 77.65 218.42 -
System Red Green Blue C M Y K H S L
Decimal 254 80 38 0 0.69 0.85 0.00 11.67 0.99 0.57
Hex FE 50 26 0 45 55 0 C 63 39
Octal 376 120 46 0 105 125 0 14 143 71
Binary 11111110 1010000 100110 0 1000101 1010101 0 1100 1100011 111001

Color Harmonies of #FE5026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5026

Black with #FE5026

Text Example


Text Example

White with #FE5026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5026; }

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

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

background-color css

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

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

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

border-color css

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

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

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