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