Shades of Safety Orange #F2660C
Tints of Safety Orange #F2660C
RGB
CMYK
RGB Variations
Color information
#F2660C (or 0xF2660C) is known color: Safety Orange. HEX triplet: F2, 66 and 0C. RGB value is (242,102,12). Sum of RGB (Red+Green+Blue) = 242+102+12=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2660C is #0D99F3. Grayscale: #868686. Windows color (decimal): -891380 or 812786. OLE color: 812786.
HSL color Cylindrical-coordinate representation of color #F2660C: hue angle of 23.48º 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 #F2660C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.05 |
| HSL | 23.48º | 0.91% | 0.5% | - |
| HSV(B) | 23.48º | 0.95% | 0.95% | - |
| XYZ | 41.44 | 28.41 | 3.65 | - |
| YUV | 133.6 | 59.38 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 12 | 0 | 0.58 | 0.95 | 0.05 | 23.48 | 0.91 | 0.5 |
| Hex | F2 | 66 | C | 0 | 3A | 5F | 5 | 17 | 5B | 32 |
| Octal | 362 | 146 | 14 | 0 | 72 | 137 | 5 | 27 | 133 | 62 |
| Binary | 11110010 | 1100110 | 1100 | 0 | 111010 | 1011111 | 101 | 10111 | 1011011 | 110010 |
Color Harmonies of #F2660C
Complementary color
Monochromatic Colors of #F2660C
Black with #F2660C
Text Example
Text Example
White with #F2660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2660C; }
p { color: rgb(242,102,12); }
H1.HeaderClassName
{
color: #F2660C;
}
.AnyTagClassName
{
color: #F2660C;
}
</style>
background-color css
<style>
a { background-color: #F2660C; }
a { background-color: rgb(242,102,12); }
div.DivClassName
{
background-color: #F2660C;
}
.BgClassName
{
background-color: #F2660C;
}
</style>
border-color css
<style>
span { border-color: #F2660C; }
span { border-color: rgb(242,102,12); }
td.TdClassName
{
border-color: #F2660C;
}
.TagClassName
{
border-color: #F2660C;
}
</style>