Shades of Tahiti Gold #F07627
Tints of Tahiti Gold #F07627
RGB
CMYK
RGB Variations
Color information
#F07627 (or 0xF07627) is known color: Tahiti Gold. HEX triplet: F0, 76 and 27. RGB value is (240,118,39). Sum of RGB (Red+Green+Blue) = 240+118+39=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F07627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07627 is #0F89D8. Grayscale: #919191. Windows color (decimal): -1018329 or 2586352. OLE color: 2586352.
HSL color Cylindrical-coordinate representation of color #F07627: hue angle of 23.58º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F07627 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 39 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.06 |
| HSL | 23.58º | 0.87% | 0.55% | - |
| HSV(B) | 23.58º | 0.84% | 0.94% | - |
| XYZ | 42.78 | 31.63 | 5.77 | - |
| YUV | 145.47 | 67.92 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 39 | 0 | 0.51 | 0.84 | 0.06 | 23.58 | 0.87 | 0.55 |
| Hex | F0 | 76 | 27 | 0 | 33 | 54 | 6 | 18 | 57 | 37 |
| Octal | 360 | 166 | 47 | 0 | 63 | 124 | 6 | 30 | 127 | 67 |
| Binary | 11110000 | 1110110 | 100111 | 0 | 110011 | 1010100 | 110 | 11000 | 1010111 | 110111 |
Color Harmonies of #F07627
Complementary color
Monochromatic Colors of #F07627
Black with #F07627
Text Example
Text Example
White with #F07627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07627; }
p { color: rgb(240,118,39); }
H1.HeaderClassName
{
color: #F07627;
}
.AnyTagClassName
{
color: #F07627;
}
</style>
background-color css
<style>
a { background-color: #F07627; }
a { background-color: rgb(240,118,39); }
div.DivClassName
{
background-color: #F07627;
}
.BgClassName
{
background-color: #F07627;
}
</style>
border-color css
<style>
span { border-color: #F07627; }
span { border-color: rgb(240,118,39); }
td.TdClassName
{
border-color: #F07627;
}
.TagClassName
{
border-color: #F07627;
}
</style>