#F5660D

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

Shades of Safety Orange #F5660D

Tints of Safety Orange #F5660D

Color information

#F5660D (or 0xF5660D) is unknown color: approx Safety Orange. HEX triplet: F5, 66 and 0D. RGB value is (245,102,13). Sum of RGB (Red+Green+Blue) = 245+102+13=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5660D is #0A99F2. Grayscale: #878787. Windows color (decimal): -694771 or 878325. OLE color: 878325.

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

Color convert

RGB24510213-
CMYK00.580.950.04
HSL23.02º92.06%50.59%-
HSV(B)23.02º94.69%96.08%-
XYZ42.4828.943.73-
YUV134.6159.38206.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.06%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 13 (5.47% from 255) = 3.61%
R=68.06%
G=28.33%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451021300.580.950.0423.0292.0650.59
HexF566D03A5F4175c33
Octal3651461507213742713463
Binary111101011100110110101110101011111100101111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5660D; }

 p { color: rgb(245,102,13); }

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

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

 a { background-color: rgb(245,102,13); }

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

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

 span { border-color: rgb(245,102,13); }

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