#f95e12

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

Shades of Safety Orange #F95E12

Tints of Safety Orange #F95E12

Color information

#F95E12 (or 0xF95E12) is unknown color: approx Safety Orange. HEX triplet: F9, 5E and 12. RGB value is (249,94,18). Sum of RGB (Red+Green+Blue) = 249+94+18=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95E12 is #06A1ED. Grayscale: #848484. Windows color (decimal): -434670 or 1203961. OLE color: 1203961.

HSL color Cylindrical-coordinate representation of color #F95E12: hue angle of 19.74º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F95E12 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB2499418-
CMYK00.620.930.02
HSL19.74º95.06%52.35%-
HSV(B)19.74º92.77%97.65%-
XYZ43.1828.193.74-
YUV131.6863.85211.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 68.98%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 18 (7.42% from 255) = 4.99%
R=68.98%
G=26.04%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249941800.620.930.0219.7495.0652.35
HexF95E1203E5D2145f34
Octal3711362207613522413764
Binary111110011011110100100111110101110110101001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f95e12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f95e12; }

 p { color: rgb(249,94,18); }

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

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

 a { background-color: rgb(249,94,18); }

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

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

 span { border-color: rgb(249,94,18); }

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