Shades of Tahiti Gold #F07628
Tints of Tahiti Gold #F07628
RGB
CMYK
RGB Variations
Color information
#F07628 (or 0xF07628) is known color: Tahiti Gold. HEX triplet: F0, 76 and 28. RGB value is (240,118,40). Sum of RGB (Red+Green+Blue) = 240+118+40=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F07628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07628 is #0F89D7. Grayscale: #929292. Windows color (decimal): -1018328 or 2651888. OLE color: 2651888.
HSL color Cylindrical-coordinate representation of color #F07628: hue angle of 23.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F07628 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 40 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.06 |
| HSL | 23.4º | 0.87% | 0.55% | - |
| HSV(B) | 23.4º | 0.83% | 0.94% | - |
| XYZ | 42.8 | 31.64 | 5.86 | - |
| YUV | 145.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 40 | 0 | 0.51 | 0.83 | 0.06 | 23.4 | 0.87 | 0.55 |
| Hex | F0 | 76 | 28 | 0 | 33 | 53 | 6 | 17 | 57 | 37 |
| Octal | 360 | 166 | 50 | 0 | 63 | 123 | 6 | 27 | 127 | 67 |
| Binary | 11110000 | 1110110 | 101000 | 0 | 110011 | 1010011 | 110 | 10111 | 1010111 | 110111 |
Color Harmonies of #F07628
Complementary color
Monochromatic Colors of #F07628
Black with #F07628
Text Example
Text Example
White with #F07628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07628; }
p { color: rgb(240,118,40); }
H1.HeaderClassName
{
color: #F07628;
}
.AnyTagClassName
{
color: #F07628;
}
</style>
background-color css
<style>
a { background-color: #F07628; }
a { background-color: rgb(240,118,40); }
div.DivClassName
{
background-color: #F07628;
}
.BgClassName
{
background-color: #F07628;
}
</style>
border-color css
<style>
span { border-color: #F07628; }
span { border-color: rgb(240,118,40); }
td.TdClassName
{
border-color: #F07628;
}
.TagClassName
{
border-color: #F07628;
}
</style>