#FF7106

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

Shades of Safety Orange #FF7106

Tints of Safety Orange #FF7106

Color information

#FF7106 (or 0xFF7106) is unknown color: approx Safety Orange. HEX triplet: FF, 71 and 06. RGB value is (255,113,6). Sum of RGB (Red+Green+Blue) = 255+113+6=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7106 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7106 is #008EF9. Grayscale: #8F8F8F. Windows color (decimal): -36602 or 422399. OLE color: 422399.

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

Color convert

RGB2551136-
CMYK00.560.980
HSL25.78º100%51.18%-
HSV(B)25.78º97.65%100%-
XYZ47.1833.084.07-
YUV143.2650.54207.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.18%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 6 (2.73% from 255) = 1.60%
R=68.18%
G=30.21%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255113600.560.98025.7810051.18
HexFF7160386201a6433
Octal377161607014203214463
Binary111111111110001110011100011000100110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7106; }

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

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

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

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

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

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

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

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