Html Css Color HEX #FE5629 Outrageous Orange

📋 copy color: '#FE5629'

red 254 ◦ green 86 ◦ blue 41

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

Shades of Outrageous Orange #FE5629

Tints of Outrageous Orange #FE5629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.76%

R = 66.67%
G = 22.57%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE5629 (or 0xFE5629) is known color: Outrageous Orange. HEX triplet: FE, 56 and 29. RGB value is (254,86,41). Sum of RGB (Red+Green+Blue) = 254+86+41=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5629 is #01A9D6. Grayscale: #838383. Windows color (decimal): -109015 or 2709246. OLE color: 2709246.

HSL color Cylindrical-coordinate representation of color #FE5629: hue angle of 12.68º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE5629 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 86 41 -
CMYK 0 0.66 0.84 0.00
HSL 12.68º 0.99% 0.58% -
HSV(B) 12.68º 0.84% 1% -
XYZ 44.6 27.89 5.13 -
YUV 131.1 77.16 215.66 -
System Red Green Blue C M Y K H S L
Decimal 254 86 41 0 0.66 0.84 0.00 12.68 0.99 0.58
Hex FE 56 29 0 42 54 0 D 63 3A
Octal 376 126 51 0 102 124 0 15 143 72
Binary 11111110 1010110 101001 0 1000010 1010100 0 1101 1100011 111010

Color Harmonies of #FE5629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5629

Black with #FE5629

Text Example


Text Example

White with #FE5629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5629; }

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

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

background-color css

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

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

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

border-color css

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

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

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