Shades of Safety Orange #F2650C
Tints of Safety Orange #F2650C
RGB
CMYK
RGB Variations
Color information
#F2650C (or 0xF2650C) is known color: Safety Orange. HEX triplet: F2, 65 and 0C. RGB value is (242,101,12). Sum of RGB (Red+Green+Blue) = 242+101+12=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2650C is #0D9AF3. Grayscale: #858585. Windows color (decimal): -891636 or 812530. OLE color: 812530.
HSL color Cylindrical-coordinate representation of color #F2650C: hue angle of 23.22º 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 #F2650C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.05 |
| HSL | 23.22º | 0.91% | 0.5% | - |
| HSV(B) | 23.22º | 0.95% | 0.95% | - |
| XYZ | 41.34 | 28.21 | 3.61 | - |
| YUV | 133.01 | 59.71 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 12 | 0 | 0.58 | 0.95 | 0.05 | 23.22 | 0.91 | 0.5 |
| Hex | F2 | 65 | C | 0 | 3A | 5F | 5 | 17 | 5B | 32 |
| Octal | 362 | 145 | 14 | 0 | 72 | 137 | 5 | 27 | 133 | 62 |
| Binary | 11110010 | 1100101 | 1100 | 0 | 111010 | 1011111 | 101 | 10111 | 1011011 | 110010 |
Color Harmonies of #F2650C
Complementary color
Monochromatic Colors of #F2650C
Black with #F2650C
Text Example
Text Example
White with #F2650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2650C; }
p { color: rgb(242,101,12); }
H1.HeaderClassName
{
color: #F2650C;
}
.AnyTagClassName
{
color: #F2650C;
}
</style>
background-color css
<style>
a { background-color: #F2650C; }
a { background-color: rgb(242,101,12); }
div.DivClassName
{
background-color: #F2650C;
}
.BgClassName
{
background-color: #F2650C;
}
</style>
border-color css
<style>
span { border-color: #F2650C; }
span { border-color: rgb(242,101,12); }
td.TdClassName
{
border-color: #F2650C;
}
.TagClassName
{
border-color: #F2650C;
}
</style>