Shades of Safety Orange #FF690E
Tints of Safety Orange #FF690E
RGB
CMYK
RGB Variations
Color information
#FF690E (or 0xFF690E) is known color: Safety Orange. HEX triplet: FF, 69 and 0E. RGB value is (255,105,14). Sum of RGB (Red+Green+Blue) = 255+105+14=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF690E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF690E is #0096F1. Grayscale: #8B8B8B. Windows color (decimal): -38642 or 944639. OLE color: 944639.
HSL color Cylindrical-coordinate representation of color #FF690E: hue angle of 22.66º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF690E is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 14 | - |
| CMYK | 0 | 0.59 | 0.95 | 0 |
| HSL | 22.66º | 1% | 0.53% | - |
| HSV(B) | 22.66º | 0.95% | 1% | - |
| XYZ | 46.37 | 31.39 | 4.03 | - |
| YUV | 139.48 | 57.2 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 14 | 0 | 0.59 | 0.95 | 0 | 22.66 | 1 | 0.53 |
| Hex | FF | 69 | E | 0 | 3B | 5F | 0 | 17 | 64 | 35 |
| Octal | 377 | 151 | 16 | 0 | 73 | 137 | 0 | 27 | 144 | 65 |
| Binary | 11111111 | 1101001 | 1110 | 0 | 111011 | 1011111 | 0 | 10111 | 1100100 | 110101 |
Color Harmonies of #FF690E
Complementary color
Monochromatic Colors of #FF690E
Black with #FF690E
Text Example
Text Example
White with #FF690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF690E; }
p { color: rgb(255,105,14); }
H1.HeaderClassName
{
color: #FF690E;
}
.AnyTagClassName
{
color: #FF690E;
}
</style>
background-color css
<style>
a { background-color: #FF690E; }
a { background-color: rgb(255,105,14); }
div.DivClassName
{
background-color: #FF690E;
}
.BgClassName
{
background-color: #FF690E;
}
</style>
border-color css
<style>
span { border-color: #FF690E; }
span { border-color: rgb(255,105,14); }
td.TdClassName
{
border-color: #FF690E;
}
.TagClassName
{
border-color: #FF690E;
}
</style>