Shades of Outrageous Orange #FF693B
Tints of Outrageous Orange #FF693B
RGB
CMYK
RGB Variations
Color information
#FF693B (or 0xFF693B) is known color: Outrageous Orange. HEX triplet: FF, 69 and 3B. RGB value is (255,105,59). Sum of RGB (Red+Green+Blue) = 255+105+59=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF693B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF693B is #0096C4. Grayscale: #909090. Windows color (decimal): -38597 or 3893759. OLE color: 3893759.
HSL color Cylindrical-coordinate representation of color #FF693B: hue angle of 14.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF693B is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 59 | - |
| CMYK | 0 | 0.59 | 0.77 | 0 |
| HSL | 14.08º | 1% | 0.62% | - |
| HSV(B) | 14.08º | 0.77% | 1% | - |
| XYZ | 47.08 | 31.68 | 7.77 | - |
| YUV | 144.61 | 79.7 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 59 | 0 | 0.59 | 0.77 | 0 | 14.08 | 1 | 0.62 |
| Hex | FF | 69 | 3B | 0 | 3B | 4D | 0 | E | 64 | 3E |
| Octal | 377 | 151 | 73 | 0 | 73 | 115 | 0 | 16 | 144 | 76 |
| Binary | 11111111 | 1101001 | 111011 | 0 | 111011 | 1001101 | 0 | 1110 | 1100100 | 111110 |
Color Harmonies of #FF693B
Complementary color
Monochromatic Colors of #FF693B
Black with #FF693B
Text Example
Text Example
White with #FF693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF693B; }
p { color: rgb(255,105,59); }
H1.HeaderClassName
{
color: #FF693B;
}
.AnyTagClassName
{
color: #FF693B;
}
</style>
background-color css
<style>
a { background-color: #FF693B; }
a { background-color: rgb(255,105,59); }
div.DivClassName
{
background-color: #FF693B;
}
.BgClassName
{
background-color: #FF693B;
}
</style>
border-color css
<style>
span { border-color: #FF693B; }
span { border-color: rgb(255,105,59); }
td.TdClassName
{
border-color: #FF693B;
}
.TagClassName
{
border-color: #FF693B;
}
</style>