#FF7206

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

Shades of Safety Orange #FF7206

Tints of Safety Orange #FF7206

Color information

#FF7206 (or 0xFF7206) is unknown color: approx Safety Orange. HEX triplet: FF, 72 and 06. RGB value is (255,114,6). Sum of RGB (Red+Green+Blue) = 255+114+6=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7206 is #008DF9. Grayscale: #909090. Windows color (decimal): -36346 or 422655. OLE color: 422655.

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

Color convert

RGB2551146-
CMYK00.550.980
HSL26.02º100%51.18%-
HSV(B)26.02º97.65%100%-
XYZ47.2933.314.11-
YUV143.8550.21207.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 6 (2.73% from 255) = 1.6%
R=68%
G=30.4%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255114600.550.98026.0210051.18
HexFF7260376201a6433
Octal377162606714203214463
Binary111111111110010110011011111000100110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7206; }

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

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

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

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

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

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

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

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