Shades of Safety Orange #FF650B
Tints of Safety Orange #FF650B
RGB
CMYK
RGB Variations
Color information
#FF650B (or 0xFF650B) is known color: Safety Orange. HEX triplet: FF, 65 and 0B. RGB value is (255,101,11). Sum of RGB (Red+Green+Blue) = 255+101+11=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF650B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF650B is #009AF4. Grayscale: #898989. Windows color (decimal): -39669 or 747007. OLE color: 747007.
HSL color Cylindrical-coordinate representation of color #FF650B: hue angle of 22.13º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF650B is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 11 | - |
| CMYK | 0 | 0.60 | 0.96 | 0 |
| HSL | 22.13º | 1% | 0.52% | - |
| HSV(B) | 22.13º | 0.96% | 1% | - |
| XYZ | 45.95 | 30.59 | 3.8 | - |
| YUV | 136.79 | 57.02 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 11 | 0 | 0.60 | 0.96 | 0 | 22.13 | 1 | 0.52 |
| Hex | FF | 65 | B | 0 | 3C | 60 | 0 | 16 | 64 | 34 |
| Octal | 377 | 145 | 13 | 0 | 74 | 140 | 0 | 26 | 144 | 64 |
| Binary | 11111111 | 1100101 | 1011 | 0 | 111100 | 1100000 | 0 | 10110 | 1100100 | 110100 |
Color Harmonies of #FF650B
Complementary color
Monochromatic Colors of #FF650B
Black with #FF650B
Text Example
Text Example
White with #FF650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF650B; }
p { color: rgb(255,101,11); }
H1.HeaderClassName
{
color: #FF650B;
}
.AnyTagClassName
{
color: #FF650B;
}
</style>
background-color css
<style>
a { background-color: #FF650B; }
a { background-color: rgb(255,101,11); }
div.DivClassName
{
background-color: #FF650B;
}
.BgClassName
{
background-color: #FF650B;
}
</style>
border-color css
<style>
span { border-color: #FF650B; }
span { border-color: rgb(255,101,11); }
td.TdClassName
{
border-color: #FF650B;
}
.TagClassName
{
border-color: #FF650B;
}
</style>