#F1680A

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

Shades of Safety Orange #F1680A

Tints of Safety Orange #F1680A

Color information

#F1680A (or 0xF1680A) is unknown color: approx Safety Orange. HEX triplet: F1, 68 and 0A. RGB value is (241,104,10). Sum of RGB (Red+Green+Blue) = 241+104+10=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1680A is #0E97F5. Grayscale: #868686. Windows color (decimal): -956406 or 682225. OLE color: 682225.

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

Color convert

RGB24110410-
CMYK00.570.960.05
HSL24.42º92.03%49.22%-
HSV(B)24.42º95.85%94.51%-
XYZ41.2828.623.64-
YUV134.2557.89204.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.89%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=67.89%
G=29.30%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411041000.570.960.0524.4292.0349.22
HexF168A039605185c31
Octal3611501207114053013461
Binary111100011101000101001110011100000101110001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1680A; }

 p { color: rgb(241,104,10); }

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

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

 a { background-color: rgb(241,104,10); }

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

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

 span { border-color: rgb(241,104,10); }

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