Shades of Turbo #F3CF19
Tints of Turbo #F3CF19
RGB
CMYK
RGB Variations
Color information
#F3CF19 (or 0xF3CF19) is known color: Turbo. HEX triplet: F3, CF and 19. RGB value is (243,207,25). Sum of RGB (Red+Green+Blue) = 243+207+25=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3CF19 is #0C30E6. Grayscale: #C5C5C5. Windows color (decimal): -798951 or 1691635. OLE color: 1691635.
HSL color Cylindrical-coordinate representation of color #F3CF19: hue angle of 50.09º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3CF19 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 25 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.05 |
| HSL | 50.09º | 0.9% | 0.53% | - |
| HSV(B) | 50.09º | 0.9% | 0.95% | - |
| XYZ | 59.45 | 63.75 | 10.09 | - |
| YUV | 197.02 | 30.93 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 25 | 0 | 0.15 | 0.90 | 0.05 | 50.09 | 0.9 | 0.53 |
| Hex | F3 | CF | 19 | 0 | F | 5A | 5 | 32 | 5A | 35 |
| Octal | 363 | 317 | 31 | 0 | 17 | 132 | 5 | 62 | 132 | 65 |
| Binary | 11110011 | 11001111 | 11001 | 0 | 1111 | 1011010 | 101 | 110010 | 1011010 | 110101 |
Color Harmonies of #F3CF19
Complementary color
Monochromatic Colors of #F3CF19
Black with #F3CF19
Text Example
Text Example
White with #F3CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF19; }
p { color: rgb(243,207,25); }
H1.HeaderClassName
{
color: #F3CF19;
}
.AnyTagClassName
{
color: #F3CF19;
}
</style>
background-color css
<style>
a { background-color: #F3CF19; }
a { background-color: rgb(243,207,25); }
div.DivClassName
{
background-color: #F3CF19;
}
.BgClassName
{
background-color: #F3CF19;
}
</style>
border-color css
<style>
span { border-color: #F3CF19; }
span { border-color: rgb(243,207,25); }
td.TdClassName
{
border-color: #F3CF19;
}
.TagClassName
{
border-color: #F3CF19;
}
</style>