Shades of Safety Orange #FF690D
Tints of Safety Orange #FF690D
RGB
CMYK
RGB Variations
Color information
#FF690D (or 0xFF690D) is known color: Safety Orange. HEX triplet: FF, 69 and 0D. RGB value is (255,105,13). Sum of RGB (Red+Green+Blue) = 255+105+13=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF690D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF690D is #0096F2. Grayscale: #8B8B8B. Windows color (decimal): -38643 or 879103. OLE color: 879103.
HSL color Cylindrical-coordinate representation of color #FF690D: hue angle of 22.81º 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 #FF690D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0 |
| HSL | 22.81º | 1% | 0.53% | - |
| HSV(B) | 22.81º | 0.95% | 1% | - |
| XYZ | 46.36 | 31.39 | 4 | - |
| YUV | 139.36 | 56.7 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 13 | 0 | 0.59 | 0.95 | 0 | 22.81 | 1 | 0.53 |
| Hex | FF | 69 | D | 0 | 3B | 5F | 0 | 17 | 64 | 35 |
| Octal | 377 | 151 | 15 | 0 | 73 | 137 | 0 | 27 | 144 | 65 |
| Binary | 11111111 | 1101001 | 1101 | 0 | 111011 | 1011111 | 0 | 10111 | 1100100 | 110101 |
Color Harmonies of #FF690D
Complementary color
Monochromatic Colors of #FF690D
Black with #FF690D
Text Example
Text Example
White with #FF690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF690D; }
p { color: rgb(255,105,13); }
H1.HeaderClassName
{
color: #FF690D;
}
.AnyTagClassName
{
color: #FF690D;
}
</style>
background-color css
<style>
a { background-color: #FF690D; }
a { background-color: rgb(255,105,13); }
div.DivClassName
{
background-color: #FF690D;
}
.BgClassName
{
background-color: #FF690D;
}
</style>
border-color css
<style>
span { border-color: #FF690D; }
span { border-color: rgb(255,105,13); }
td.TdClassName
{
border-color: #FF690D;
}
.TagClassName
{
border-color: #FF690D;
}
</style>