#F1670D

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

Shades of Safety Orange #F1670D

Tints of Safety Orange #F1670D

Color information

#F1670D (or 0xF1670D) is unknown color: approx Safety Orange. HEX triplet: F1, 67 and 0D. RGB value is (241,103,13). Sum of RGB (Red+Green+Blue) = 241+103+13=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F1670D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1670D is #0E98F2. Grayscale: #868686. Windows color (decimal): -956659 or 878577. OLE color: 878577.

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

Color convert

RGB24110313-
CMYK00.570.950.05
HSL23.68º89.76%49.8%-
HSV(B)23.68º94.61%94.51%-
XYZ41.228.433.7-
YUV13459.72204.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.51%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 13 (5.47% from 255) = 3.64%
R=67.51%
G=28.85%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411031300.570.950.0523.6889.7649.8
HexF167D0395F5185a32
Octal3611471507113753013262
Binary111100011100111110101110011011111101110001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1670D; }

 p { color: rgb(241,103,13); }

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

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

 a { background-color: rgb(241,103,13); }

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

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

 span { border-color: rgb(241,103,13); }

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