Shades of Safety Orange #FF690C
Tints of Safety Orange #FF690C
RGB
CMYK
RGB Variations
Color information
#FF690C (or 0xFF690C) is known color: Safety Orange. HEX triplet: FF, 69 and 0C. RGB value is (255,105,12). Sum of RGB (Red+Green+Blue) = 255+105+12=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF690C is #0096F3. Grayscale: #8B8B8B. Windows color (decimal): -38644 or 813567. OLE color: 813567.
HSL color Cylindrical-coordinate representation of color #FF690C: hue angle of 22.96º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF690C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0 |
| HSL | 22.96º | 1% | 0.52% | - |
| HSV(B) | 22.96º | 0.95% | 1% | - |
| XYZ | 46.36 | 31.39 | 3.96 | - |
| YUV | 139.25 | 56.2 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 12 | 0 | 0.59 | 0.95 | 0 | 22.96 | 1 | 0.52 |
| Hex | FF | 69 | C | 0 | 3B | 5F | 0 | 17 | 64 | 34 |
| Octal | 377 | 151 | 14 | 0 | 73 | 137 | 0 | 27 | 144 | 64 |
| Binary | 11111111 | 1101001 | 1100 | 0 | 111011 | 1011111 | 0 | 10111 | 1100100 | 110100 |
Color Harmonies of #FF690C
Complementary color
Monochromatic Colors of #FF690C
Black with #FF690C
Text Example
Text Example
White with #FF690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF690C; }
p { color: rgb(255,105,12); }
H1.HeaderClassName
{
color: #FF690C;
}
.AnyTagClassName
{
color: #FF690C;
}
</style>
background-color css
<style>
a { background-color: #FF690C; }
a { background-color: rgb(255,105,12); }
div.DivClassName
{
background-color: #FF690C;
}
.BgClassName
{
background-color: #FF690C;
}
</style>
border-color css
<style>
span { border-color: #FF690C; }
span { border-color: rgb(255,105,12); }
td.TdClassName
{
border-color: #FF690C;
}
.TagClassName
{
border-color: #FF690C;
}
</style>