Shades of Safety Orange #F3650B
Tints of Safety Orange #F3650B
RGB
CMYK
RGB Variations
Color information
#F3650B (or 0xF3650B) is known color: Safety Orange. HEX triplet: F3, 65 and 0B. RGB value is (243,101,11). Sum of RGB (Red+Green+Blue) = 243+101+11=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3650B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3650B is #0C9AF4. Grayscale: #858585. Windows color (decimal): -826101 or 746995. OLE color: 746995.
HSL color Cylindrical-coordinate representation of color #F3650B: hue angle of 23.28º 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 #F3650B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.05 |
| HSL | 23.28º | 0.91% | 0.5% | - |
| HSV(B) | 23.28º | 0.95% | 0.95% | - |
| XYZ | 41.68 | 28.39 | 3.6 | - |
| YUV | 133.2 | 59.04 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 11 | 0 | 0.58 | 0.95 | 0.05 | 23.28 | 0.91 | 0.5 |
| Hex | F3 | 65 | B | 0 | 3A | 5F | 5 | 17 | 5B | 32 |
| Octal | 363 | 145 | 13 | 0 | 72 | 137 | 5 | 27 | 133 | 62 |
| Binary | 11110011 | 1100101 | 1011 | 0 | 111010 | 1011111 | 101 | 10111 | 1011011 | 110010 |
Color Harmonies of #F3650B
Complementary color
Monochromatic Colors of #F3650B
Black with #F3650B
Text Example
Text Example
White with #F3650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3650B; }
p { color: rgb(243,101,11); }
H1.HeaderClassName
{
color: #F3650B;
}
.AnyTagClassName
{
color: #F3650B;
}
</style>
background-color css
<style>
a { background-color: #F3650B; }
a { background-color: rgb(243,101,11); }
div.DivClassName
{
background-color: #F3650B;
}
.BgClassName
{
background-color: #F3650B;
}
</style>
border-color css
<style>
span { border-color: #F3650B; }
span { border-color: rgb(243,101,11); }
td.TdClassName
{
border-color: #F3650B;
}
.TagClassName
{
border-color: #F3650B;
}
</style>