Shades of Safety Orange #FF690B
Tints of Safety Orange #FF690B
RGB
CMYK
RGB Variations
Color information
#FF690B (or 0xFF690B) is known color: Safety Orange. HEX triplet: FF, 69 and 0B. RGB value is (255,105,11). Sum of RGB (Red+Green+Blue) = 255+105+11=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF690B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF690B is #0096F4. Grayscale: #8B8B8B. Windows color (decimal): -38645 or 748031. OLE color: 748031.
HSL color Cylindrical-coordinate representation of color #FF690B: hue angle of 23.11º 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 #FF690B is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 11 | - |
| CMYK | 0 | 0.59 | 0.96 | 0 |
| HSL | 23.11º | 1% | 0.52% | - |
| HSV(B) | 23.11º | 0.96% | 1% | - |
| XYZ | 46.35 | 31.39 | 3.93 | - |
| YUV | 139.13 | 55.7 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 11 | 0 | 0.59 | 0.96 | 0 | 23.11 | 1 | 0.52 |
| Hex | FF | 69 | B | 0 | 3B | 60 | 0 | 17 | 64 | 34 |
| Octal | 377 | 151 | 13 | 0 | 73 | 140 | 0 | 27 | 144 | 64 |
| Binary | 11111111 | 1101001 | 1011 | 0 | 111011 | 1100000 | 0 | 10111 | 1100100 | 110100 |
Color Harmonies of #FF690B
Complementary color
Monochromatic Colors of #FF690B
Black with #FF690B
Text Example
Text Example
White with #FF690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF690B; }
p { color: rgb(255,105,11); }
H1.HeaderClassName
{
color: #FF690B;
}
.AnyTagClassName
{
color: #FF690B;
}
</style>
background-color css
<style>
a { background-color: #FF690B; }
a { background-color: rgb(255,105,11); }
div.DivClassName
{
background-color: #FF690B;
}
.BgClassName
{
background-color: #FF690B;
}
</style>
border-color css
<style>
span { border-color: #FF690B; }
span { border-color: rgb(255,105,11); }
td.TdClassName
{
border-color: #FF690B;
}
.TagClassName
{
border-color: #FF690B;
}
</style>