#F95C12

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

Shades of Safety Orange #F95C12

Tints of Safety Orange #F95C12

Color information

#F95C12 (or 0xF95C12) is unknown color: approx Safety Orange. HEX triplet: F9, 5C and 12. RGB value is (249,92,18). Sum of RGB (Red+Green+Blue) = 249+92+18=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95C12 is #06A3ED. Grayscale: #828282. Windows color (decimal): -435182 or 1203449. OLE color: 1203449.

HSL color Cylindrical-coordinate representation of color #F95C12: hue angle of 19.22º 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 #F95C12 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB2499218-
CMYK00.630.930.02
HSL19.22º95.06%52.35%-
HSV(B)19.22º92.77%97.65%-
XYZ4327.843.68-
YUV130.5164.51212.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.36%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 18 (7.42% from 255) = 5.01%
R=69.36%
G=25.63%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249921800.630.930.0219.2295.0652.35
HexF95C1203F5D2135f34
Octal3711342207713522313764
Binary111110011011100100100111111101110110100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95C12; }

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

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

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

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

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

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

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

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