Shades of Safety Orange #F3650A
Tints of Safety Orange #F3650A
RGB
CMYK
RGB Variations
Color information
#F3650A (or 0xF3650A) is known color: Safety Orange. HEX triplet: F3, 65 and 0A. RGB value is (243,101,10). Sum of RGB (Red+Green+Blue) = 243+101+10=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3650A is #0C9AF5. Grayscale: #858585. Windows color (decimal): -826102 or 681459. OLE color: 681459.
HSL color Cylindrical-coordinate representation of color #F3650A: hue angle of 23.43º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3650A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.05 |
| HSL | 23.43º | 0.92% | 0.5% | - |
| HSV(B) | 23.43º | 0.96% | 0.95% | - |
| XYZ | 41.67 | 28.38 | 3.57 | - |
| YUV | 133.08 | 58.54 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 10 | 0 | 0.58 | 0.96 | 0.05 | 23.43 | 0.92 | 0.5 |
| Hex | F3 | 65 | A | 0 | 3A | 60 | 5 | 17 | 5C | 32 |
| Octal | 363 | 145 | 12 | 0 | 72 | 140 | 5 | 27 | 134 | 62 |
| Binary | 11110011 | 1100101 | 1010 | 0 | 111010 | 1100000 | 101 | 10111 | 1011100 | 110010 |
Color Harmonies of #F3650A
Complementary color
Monochromatic Colors of #F3650A
Black with #F3650A
Text Example
Text Example
White with #F3650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3650A; }
p { color: rgb(243,101,10); }
H1.HeaderClassName
{
color: #F3650A;
}
.AnyTagClassName
{
color: #F3650A;
}
</style>
background-color css
<style>
a { background-color: #F3650A; }
a { background-color: rgb(243,101,10); }
div.DivClassName
{
background-color: #F3650A;
}
.BgClassName
{
background-color: #F3650A;
}
</style>
border-color css
<style>
span { border-color: #F3650A; }
span { border-color: rgb(243,101,10); }
td.TdClassName
{
border-color: #F3650A;
}
.TagClassName
{
border-color: #F3650A;
}
</style>