Shades of Turbo #F3CF1B
Tints of Turbo #F3CF1B
RGB
CMYK
RGB Variations
Color information
#F3CF1B (or 0xF3CF1B) is known color: Turbo. HEX triplet: F3, CF and 1B. RGB value is (243,207,27). Sum of RGB (Red+Green+Blue) = 243+207+27=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CF1B is #0C30E4. Grayscale: #C5C5C5. Windows color (decimal): -798949 or 1822707. OLE color: 1822707.
HSL color Cylindrical-coordinate representation of color #F3CF1B: hue angle of 50º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3CF1B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.05 |
| HSL | 50º | 0.9% | 0.53% | - |
| HSV(B) | 50º | 0.89% | 0.95% | - |
| XYZ | 59.47 | 63.76 | 10.21 | - |
| YUV | 197.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 27 | 0 | 0.15 | 0.89 | 0.05 | 50 | 0.9 | 0.53 |
| Hex | F3 | CF | 1B | 0 | F | 59 | 5 | 32 | 5A | 35 |
| Octal | 363 | 317 | 33 | 0 | 17 | 131 | 5 | 62 | 132 | 65 |
| Binary | 11110011 | 11001111 | 11011 | 0 | 1111 | 1011001 | 101 | 110010 | 1011010 | 110101 |
Color Harmonies of #F3CF1B
Complementary color
Monochromatic Colors of #F3CF1B
Black with #F3CF1B
Text Example
Text Example
White with #F3CF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF1B; }
p { color: rgb(243,207,27); }
H1.HeaderClassName
{
color: #F3CF1B;
}
.AnyTagClassName
{
color: #F3CF1B;
}
</style>
background-color css
<style>
a { background-color: #F3CF1B; }
a { background-color: rgb(243,207,27); }
div.DivClassName
{
background-color: #F3CF1B;
}
.BgClassName
{
background-color: #F3CF1B;
}
</style>
border-color css
<style>
span { border-color: #F3CF1B; }
span { border-color: rgb(243,207,27); }
td.TdClassName
{
border-color: #F3CF1B;
}
.TagClassName
{
border-color: #F3CF1B;
}
</style>