#FE7109

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

Shades of Safety Orange #FE7109

Tints of Safety Orange #FE7109

Color information

#FE7109 (or 0xFE7109) is unknown color: approx Safety Orange. HEX triplet: FE, 71 and 09. RGB value is (254,113,9). Sum of RGB (Red+Green+Blue) = 254+113+9=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7109 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7109 is #018EF6. Grayscale: #8F8F8F. Windows color (decimal): -102135 or 619006. OLE color: 619006.

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

Color convert

RGB2541139-
CMYK00.560.960.00
HSL25.47º99.19%51.57%-
HSV(B)25.47º96.46%99.61%-
XYZ46.8332.94.14-
YUV143.352.21206.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.55%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 9 (3.91% from 255) = 2.39%
R=67.55%
G=30.05%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254113900.560.960.0025.4799.1951.57
HexFE719038600196334
Octal3761611107014003114364
Binary1111111011100011001011100011000000110011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7109; }

 p { color: rgb(254,113,9); }

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

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

 a { background-color: rgb(254,113,9); }

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

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

 span { border-color: rgb(254,113,9); }

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