#F95C10

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

Shades of Safety Orange #F95C10

Tints of Safety Orange #F95C10

Color information

#F95C10 (or 0xF95C10) is unknown color: approx Safety Orange. HEX triplet: F9, 5C and 10. RGB value is (249,92,16). Sum of RGB (Red+Green+Blue) = 249+92+16=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95C10 is #06A3EF. Grayscale: #828282. Windows color (decimal): -435184 or 1072377. OLE color: 1072377.

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

Color convert

RGB2499216-
CMYK00.630.940.02
HSL19.57º95.1%51.96%-
HSV(B)19.57º93.57%97.65%-
XYZ42.9927.833.6-
YUV130.2863.51212.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.75%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 16 (6.64% from 255) = 4.48%
R=69.75%
G=25.77%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249921600.630.940.0219.5795.151.96
HexF95C1003F5E2145f34
Octal3711342007713622413764
Binary111110011011100100000111111101111010101001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95C10; }

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

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

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

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

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

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

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

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