Shades of Turbo #F5CF1A
Tints of Turbo #F5CF1A
RGB
CMYK
RGB Variations
Color information
#F5CF1A (or 0xF5CF1A) is known color: Turbo. HEX triplet: F5, CF and 1A. RGB value is (245,207,26). Sum of RGB (Red+Green+Blue) = 245+207+26=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF1A is #0A30E5. Grayscale: #C6C6C6. Windows color (decimal): -667878 or 1757173. OLE color: 1757173.
HSL color Cylindrical-coordinate representation of color #F5CF1A: hue angle of 49.59º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5CF1A is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 26 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.04 |
| HSL | 49.59º | 0.92% | 0.53% | - |
| HSV(B) | 49.59º | 0.89% | 0.96% | - |
| XYZ | 60.16 | 64.11 | 10.18 | - |
| YUV | 197.73 | 31.09 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 26 | 0 | 0.16 | 0.89 | 0.04 | 49.59 | 0.92 | 0.53 |
| Hex | F5 | CF | 1A | 0 | 10 | 59 | 4 | 32 | 5C | 35 |
| Octal | 365 | 317 | 32 | 0 | 20 | 131 | 4 | 62 | 134 | 65 |
| Binary | 11110101 | 11001111 | 11010 | 0 | 10000 | 1011001 | 100 | 110010 | 1011100 | 110101 |
Color Harmonies of #F5CF1A
Complementary color
Monochromatic Colors of #F5CF1A
Black with #F5CF1A
Text Example
Text Example
White with #F5CF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF1A; }
p { color: rgb(245,207,26); }
H1.HeaderClassName
{
color: #F5CF1A;
}
.AnyTagClassName
{
color: #F5CF1A;
}
</style>
background-color css
<style>
a { background-color: #F5CF1A; }
a { background-color: rgb(245,207,26); }
div.DivClassName
{
background-color: #F5CF1A;
}
.BgClassName
{
background-color: #F5CF1A;
}
</style>
border-color css
<style>
span { border-color: #F5CF1A; }
span { border-color: rgb(245,207,26); }
td.TdClassName
{
border-color: #F5CF1A;
}
.TagClassName
{
border-color: #F5CF1A;
}
</style>