#F3660B

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

Shades of Safety Orange #F3660B

Tints of Safety Orange #F3660B

Color information

#F3660B (or 0xF3660B) is unknown color: approx Safety Orange. HEX triplet: F3, 66 and 0B. RGB value is (243,102,11). Sum of RGB (Red+Green+Blue) = 243+102+11=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F3660B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3660B is #0C99F4. Grayscale: #868686. Windows color (decimal): -825845 or 747251. OLE color: 747251.

HSL color Cylindrical-coordinate representation of color #F3660B: hue angle of 23.53º degrees, saturation: 0.91, 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 #F3660B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB24310211-
CMYK00.580.950.05
HSL23.53º91.34%49.8%-
HSV(B)23.53º95.47%95.29%-
XYZ41.7728.583.63-
YUV133.7858.71205.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 68.26%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 11 (4.69% from 255) = 3.09%
R=68.26%
G=28.65%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431021100.580.950.0523.5391.3449.8
HexF366B03A5F5185b32
Octal3631461307213753013362
Binary111100111100110101101110101011111101110001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3660B; }

 p { color: rgb(243,102,11); }

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

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

 a { background-color: rgb(243,102,11); }

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

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

 span { border-color: rgb(243,102,11); }

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