#F56800

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

Shades of Safety Orange #F56800

Tints of Safety Orange #F56800

Color information

#F56800 (or 0xF56800) is unknown color: approx Safety Orange. HEX triplet: F5, 68 and 00. RGB value is (245,104,0). Sum of RGB (Red+Green+Blue) = 245+104+0=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F56800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56800 is #0A97FF. Grayscale: #868686. Windows color (decimal): -694272 or 26869. OLE color: 26869.

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

Color convert

RGB2451040-
CMYK00.5810.04
HSL25.47º100%48.04%-
HSV(B)25.47º100%96.08%-
XYZ42.6129.313.41-
YUV134.352.21206.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 70.20%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.20%
G=29.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245104000.5810.0425.4710048.04
HexF568003A644196430
Octal365150007214443114460
Binary111101011101000001110101100100100110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56800; }

 p { color: rgb(245,104,0); }

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

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

 a { background-color: rgb(245,104,0); }

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

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

 span { border-color: rgb(245,104,0); }

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