Shades of Turbo #F9CF1B
Tints of Turbo #F9CF1B
RGB
CMYK
RGB Variations
Color information
#F9CF1B (or 0xF9CF1B) is known color: Turbo. HEX triplet: F9, CF and 1B. RGB value is (249,207,27). Sum of RGB (Red+Green+Blue) = 249+207+27=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CF1B is #0630E4. Grayscale: #C7C7C7. Windows color (decimal): -405733 or 1822713. OLE color: 1822713.
HSL color Cylindrical-coordinate representation of color #F9CF1B: hue angle of 48.65º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9CF1B is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 27 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.02 |
| HSL | 48.65º | 0.95% | 0.54% | - |
| HSV(B) | 48.65º | 0.89% | 0.98% | - |
| XYZ | 61.58 | 64.84 | 10.31 | - |
| YUV | 199.04 | 30.91 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 27 | 0 | 0.17 | 0.89 | 0.02 | 48.65 | 0.95 | 0.54 |
| Hex | F9 | CF | 1B | 0 | 11 | 59 | 2 | 31 | 5F | 36 |
| Octal | 371 | 317 | 33 | 0 | 21 | 131 | 2 | 61 | 137 | 66 |
| Binary | 11111001 | 11001111 | 11011 | 0 | 10001 | 1011001 | 10 | 110001 | 1011111 | 110110 |
Color Harmonies of #F9CF1B
Complementary color
Monochromatic Colors of #F9CF1B
Black with #F9CF1B
Text Example
Text Example
White with #F9CF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF1B; }
p { color: rgb(249,207,27); }
H1.HeaderClassName
{
color: #F9CF1B;
}
.AnyTagClassName
{
color: #F9CF1B;
}
</style>
background-color css
<style>
a { background-color: #F9CF1B; }
a { background-color: rgb(249,207,27); }
div.DivClassName
{
background-color: #F9CF1B;
}
.BgClassName
{
background-color: #F9CF1B;
}
</style>
border-color css
<style>
span { border-color: #F9CF1B; }
span { border-color: rgb(249,207,27); }
td.TdClassName
{
border-color: #F9CF1B;
}
.TagClassName
{
border-color: #F9CF1B;
}
</style>