Shades of Turbo #F9CF1D
Tints of Turbo #F9CF1D
RGB
CMYK
RGB Variations
Color information
#F9CF1D (or 0xF9CF1D) is known color: Turbo. HEX triplet: F9, CF and 1D. RGB value is (249,207,29). Sum of RGB (Red+Green+Blue) = 249+207+29=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CF1D is #0630E2. Grayscale: #C8C8C8. Windows color (decimal): -405731 or 1953785. OLE color: 1953785.
HSL color Cylindrical-coordinate representation of color #F9CF1D: hue angle of 48.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9CF1D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 29 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.02 |
| HSL | 48.55º | 0.95% | 0.55% | - |
| HSV(B) | 48.55º | 0.88% | 0.98% | - |
| XYZ | 61.6 | 64.85 | 10.43 | - |
| YUV | 199.27 | 31.91 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 29 | 0 | 0.17 | 0.88 | 0.02 | 48.55 | 0.95 | 0.55 |
| Hex | F9 | CF | 1D | 0 | 11 | 58 | 2 | 31 | 5F | 37 |
| Octal | 371 | 317 | 35 | 0 | 21 | 130 | 2 | 61 | 137 | 67 |
| Binary | 11111001 | 11001111 | 11101 | 0 | 10001 | 1011000 | 10 | 110001 | 1011111 | 110111 |
Color Harmonies of #F9CF1D
Complementary color
Monochromatic Colors of #F9CF1D
Black with #F9CF1D
Text Example
Text Example
White with #F9CF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF1D; }
p { color: rgb(249,207,29); }
H1.HeaderClassName
{
color: #F9CF1D;
}
.AnyTagClassName
{
color: #F9CF1D;
}
</style>
background-color css
<style>
a { background-color: #F9CF1D; }
a { background-color: rgb(249,207,29); }
div.DivClassName
{
background-color: #F9CF1D;
}
.BgClassName
{
background-color: #F9CF1D;
}
</style>
border-color css
<style>
span { border-color: #F9CF1D; }
span { border-color: rgb(249,207,29); }
td.TdClassName
{
border-color: #F9CF1D;
}
.TagClassName
{
border-color: #F9CF1D;
}
</style>