#FE6429

Color #FE6429 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #FE6429

Tints of Outrageous Orange #FE6429

Color information

#FE6429 (or 0xFE6429) is unknown color: approx Outrageous Orange. HEX triplet: FE, 64 and 29. RGB value is (254,100,41). Sum of RGB (Red+Green+Blue) = 254+100+41=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6429 is #019BD6. Grayscale: #8B8B8B. Windows color (decimal): -105431 or 2712830. OLE color: 2712830.

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

Color convert

RGB25410041-
CMYK00.610.840.00
HSL16.62º99.07%57.84%-
HSV(B)16.62º83.86%99.61%-
XYZ45.8330.355.54-
YUV139.3272.52209.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.30%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 41 (16.41% from 255) = 10.38%
R=64.30%
G=25.32%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541004100.610.840.0016.6299.0757.84
HexFE642903D54011633a
Octal3761445107512402114372
Binary111111101100100101001011110110101000100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6429; }

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

 H1.HeaderClassName
 {
   color: #FE6429;
 }
 .AnyTagClassName
 {
   color: #FE6429;
 }
</style>
background-color css

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

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

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

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

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

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