#F56707

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

Shades of Safety Orange #F56707

Tints of Safety Orange #F56707

Color information

#F56707 (or 0xF56707) is unknown color: approx Safety Orange. HEX triplet: F5, 67 and 07. RGB value is (245,103,7). Sum of RGB (Red+Green+Blue) = 245+103+7=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F56707 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56707 is #0A98F8. Grayscale: #878787. Windows color (decimal): -694521 or 485365. OLE color: 485365.

HSL color Cylindrical-coordinate representation of color #F56707: hue angle of 24.2º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F56707 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB2451037-
CMYK00.580.970.04
HSL24.2º94.44%49.41%-
HSV(B)24.2º97.14%96.08%-
XYZ42.5429.133.58-
YUV134.5156.04206.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 69.01%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 7 (3.12% from 255) = 1.97%
R=69.01%
G=29.01%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245103700.580.970.0424.294.4449.41
HexF567703A614185e31
Octal365147707214143013661
Binary11110101110011111101110101100001100110001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56707; }

 p { color: rgb(245,103,7); }

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

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

 a { background-color: rgb(245,103,7); }

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

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

 span { border-color: rgb(245,103,7); }

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