#FE7500

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

Shades of Safety Orange #FE7500

Tints of Safety Orange #FE7500

Color information

#FE7500 (or 0xFE7500) is unknown color: approx Safety Orange. HEX triplet: FE, 75 and 00. RGB value is (254,117,0). Sum of RGB (Red+Green+Blue) = 254+117+0=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7500 is #018AFF. Grayscale: #919191. Windows color (decimal): -101120 or 30206. OLE color: 30206.

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

Color convert

RGB2541170-
CMYK00.5410.00
HSL27.64º100%49.8%-
HSV(B)27.64º100%99.61%-
XYZ47.2333.794.03-
YUV144.6246.39206.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 68.46%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.46%
G=31.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254117000.5410.0027.6410049.8
HexFE7500366401c6432
Octal376165006614403414462
Binary1111111011101010011011011001000111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7500; }

 p { color: rgb(254,117,0); }

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

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

 a { background-color: rgb(254,117,0); }

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

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

 span { border-color: rgb(254,117,0); }

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