#FF7306

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

Shades of Safety Orange #FF7306

Tints of Safety Orange #FF7306

Color information

#FF7306 (or 0xFF7306) is unknown color: approx Safety Orange. HEX triplet: FF, 73 and 06. RGB value is (255,115,6). Sum of RGB (Red+Green+Blue) = 255+115+6=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7306 is #008CF9. Grayscale: #919191. Windows color (decimal): -36090 or 422911. OLE color: 422911.

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

Color convert

RGB2551156-
CMYK00.550.980
HSL26.27º100%51.18%-
HSV(B)26.27º97.65%100%-
XYZ47.433.534.15-
YUV144.4349.88206.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.82%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 6 (2.73% from 255) = 1.60%
R=67.82%
G=30.59%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255115600.550.98026.2710051.18
HexFF7360376201a6433
Octal377163606714203214463
Binary111111111110011110011011111000100110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7306; }

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

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

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

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

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

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

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

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