#f5640e

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

Shades of Safety Orange #F5640E

Tints of Safety Orange #F5640E

Color information

#F5640E (or 0xF5640E) is unknown color: approx Safety Orange. HEX triplet: F5, 64 and 0E. RGB value is (245,100,14). Sum of RGB (Red+Green+Blue) = 245+100+14=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5640E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5640E is #0A9BF1. Grayscale: #868686. Windows color (decimal): -695282 or 943349. OLE color: 943349.

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

Color convert

RGB24510014-
CMYK00.590.940.04
HSL22.34º92.03%50.78%-
HSV(B)22.34º94.29%96.08%-
XYZ42.2928.563.7-
YUV133.5560.54207.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.25%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 14 (5.86% from 255) = 3.90%
R=68.25%
G=27.86%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451001400.590.940.0422.3492.0350.78
HexF564E03B5E4165c33
Octal3651441607313642613463
Binary111101011100100111001110111011110100101101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5640e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5640e; }

 p { color: rgb(245,100,14); }

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

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

 a { background-color: rgb(245,100,14); }

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

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

 span { border-color: rgb(245,100,14); }

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