Html Css Color HEX #FE5626 Outrageous Orange

📋 copy color: '#FE5626'

red 254 ◦ green 86 ◦ blue 38

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

Shades of Outrageous Orange #FE5626

Tints of Outrageous Orange #FE5626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.75%

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

R = 67.2%
G = 22.75%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5626 (or 0xFE5626) is known color: Outrageous Orange. HEX triplet: FE, 56 and 26. RGB value is (254,86,38). Sum of RGB (Red+Green+Blue) = 254+86+38=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5626 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5626 is #01A9D9. Grayscale: #838383. Windows color (decimal): -109018 or 2512638. OLE color: 2512638.

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

Color convert

RGB 254 86 38 -
CMYK 0 0.66 0.85 0.00
HSL 13.33º 0.99% 0.57% -
HSV(B) 13.33º 0.85% 1% -
XYZ 44.55 27.87 4.86 -
YUV 130.76 75.66 215.9 -
System Red Green Blue C M Y K H S L
Decimal 254 86 38 0 0.66 0.85 0.00 13.33 0.99 0.57
Hex FE 56 26 0 42 55 0 D 63 39
Octal 376 126 46 0 102 125 0 15 143 71
Binary 11111110 1010110 100110 0 1000010 1010101 0 1101 1100011 111001

Color Harmonies of #FE5626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5626

Black with #FE5626

Text Example


Text Example

White with #FE5626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5626; }

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

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

background-color css

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

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

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

border-color css

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

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

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