Shades of Tahiti Gold #F0782A
Tints of Tahiti Gold #F0782A
RGB
CMYK
RGB Variations
Color information
#F0782A (or 0xF0782A) is known color: Tahiti Gold. HEX triplet: F0, 78 and 2A. RGB value is (240,120,42). Sum of RGB (Red+Green+Blue) = 240+120+42=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0782A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0782A is #0F87D5. Grayscale: #939393. Windows color (decimal): -1017814 or 2783472. OLE color: 2783472.
HSL color Cylindrical-coordinate representation of color #F0782A: hue angle of 23.64º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0782A is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 42 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.06 |
| HSL | 23.64º | 0.87% | 0.55% | - |
| HSV(B) | 23.64º | 0.83% | 0.94% | - |
| XYZ | 43.07 | 32.13 | 6.12 | - |
| YUV | 146.99 | 68.76 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 42 | 0 | 0.5 | 0.82 | 0.06 | 23.64 | 0.87 | 0.55 |
| Hex | F0 | 78 | 2A | 0 | 32 | 52 | 6 | 18 | 57 | 37 |
| Octal | 360 | 170 | 52 | 0 | 62 | 122 | 6 | 30 | 127 | 67 |
| Binary | 11110000 | 1111000 | 101010 | 0 | 110010 | 1010010 | 110 | 11000 | 1010111 | 110111 |
Color Harmonies of #F0782A
Complementary color
Monochromatic Colors of #F0782A
Black with #F0782A
Text Example
Text Example
White with #F0782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0782A; }
p { color: rgb(240,120,42); }
H1.HeaderClassName
{
color: #F0782A;
}
.AnyTagClassName
{
color: #F0782A;
}
</style>
background-color css
<style>
a { background-color: #F0782A; }
a { background-color: rgb(240,120,42); }
div.DivClassName
{
background-color: #F0782A;
}
.BgClassName
{
background-color: #F0782A;
}
</style>
border-color css
<style>
span { border-color: #F0782A; }
span { border-color: rgb(240,120,42); }
td.TdClassName
{
border-color: #F0782A;
}
.TagClassName
{
border-color: #F0782A;
}
</style>