Shades of Safety Orange #FF620B
Tints of Safety Orange #FF620B
RGB
CMYK
RGB Variations
Color information
#FF620B (or 0xFF620B) is known color: Safety Orange. HEX triplet: FF, 62 and 0B. RGB value is (255,98,11). Sum of RGB (Red+Green+Blue) = 255+98+11=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF620B is #009DF4. Grayscale: #878787. Windows color (decimal): -40437 or 746239. OLE color: 746239.
HSL color Cylindrical-coordinate representation of color #FF620B: hue angle of 21.39º 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 #FF620B is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 11 | - |
| CMYK | 0 | 0.62 | 0.96 | 0 |
| HSL | 21.39º | 1% | 0.52% | - |
| HSV(B) | 21.39º | 0.96% | 1% | - |
| XYZ | 45.67 | 30.02 | 3.7 | - |
| YUV | 135.03 | 58.01 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 11 | 0 | 0.62 | 0.96 | 0 | 21.39 | 1 | 0.52 |
| Hex | FF | 62 | B | 0 | 3E | 60 | 0 | 15 | 64 | 34 |
| Octal | 377 | 142 | 13 | 0 | 76 | 140 | 0 | 25 | 144 | 64 |
| Binary | 11111111 | 1100010 | 1011 | 0 | 111110 | 1100000 | 0 | 10101 | 1100100 | 110100 |
Color Harmonies of #FF620B
Complementary color
Monochromatic Colors of #FF620B
Black with #FF620B
Text Example
Text Example
White with #FF620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF620B; }
p { color: rgb(255,98,11); }
H1.HeaderClassName
{
color: #FF620B;
}
.AnyTagClassName
{
color: #FF620B;
}
</style>
background-color css
<style>
a { background-color: #FF620B; }
a { background-color: rgb(255,98,11); }
div.DivClassName
{
background-color: #FF620B;
}
.BgClassName
{
background-color: #FF620B;
}
</style>
border-color css
<style>
span { border-color: #FF620B; }
span { border-color: rgb(255,98,11); }
td.TdClassName
{
border-color: #FF620B;
}
.TagClassName
{
border-color: #FF620B;
}
</style>