#FF7100

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

Shades of Safety Orange #FF7100

Tints of Safety Orange #FF7100

Color information

#FF7100 (or 0xFF7100) is unknown color: approx Safety Orange. HEX triplet: FF, 71 and 00. RGB value is (255,113,0). Sum of RGB (Red+Green+Blue) = 255+113+0=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7100 is #008EFF. Grayscale: #8F8F8F. Windows color (decimal): -36608 or 29183. OLE color: 29183.

HSL color Cylindrical-coordinate representation of color #FF7100: hue angle of 26.59º 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 #FF7100 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2551130-
CMYK00.5610
HSL26.59º100%50%-
HSV(B)26.59º100%100%-
XYZ47.1533.073.9-
YUV142.5847.54208.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.29%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.29%
G=30.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255113000.561026.5910050
HexFF7100386401b6432
Octal377161007014403314462
Binary1111111111100010011100011001000110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7100; }

 p { color: rgb(255,113,0); }

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

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

 a { background-color: rgb(255,113,0); }

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

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

 span { border-color: rgb(255,113,0); }

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