Shades of Turbo #F3CF14
Tints of Turbo #F3CF14
RGB
CMYK
RGB Variations
Color information
#F3CF14 (or 0xF3CF14) is known color: Turbo. HEX triplet: F3, CF and 14. RGB value is (243,207,20). Sum of RGB (Red+Green+Blue) = 243+207+20=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3CF14 is #0C30EB. Grayscale: #C5C5C5. Windows color (decimal): -798956 or 1363955. OLE color: 1363955.
HSL color Cylindrical-coordinate representation of color #F3CF14: hue angle of 50.31º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3CF14 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.05 |
| HSL | 50.31º | 0.9% | 0.52% | - |
| HSV(B) | 50.31º | 0.92% | 0.95% | - |
| XYZ | 59.4 | 63.73 | 9.83 | - |
| YUV | 196.45 | 28.43 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 20 | 0 | 0.15 | 0.92 | 0.05 | 50.31 | 0.9 | 0.52 |
| Hex | F3 | CF | 14 | 0 | F | 5C | 5 | 32 | 5A | 34 |
| Octal | 363 | 317 | 24 | 0 | 17 | 134 | 5 | 62 | 132 | 64 |
| Binary | 11110011 | 11001111 | 10100 | 0 | 1111 | 1011100 | 101 | 110010 | 1011010 | 110100 |
Color Harmonies of #F3CF14
Complementary color
Monochromatic Colors of #F3CF14
Black with #F3CF14
Text Example
Text Example
White with #F3CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF14; }
p { color: rgb(243,207,20); }
H1.HeaderClassName
{
color: #F3CF14;
}
.AnyTagClassName
{
color: #F3CF14;
}
</style>
background-color css
<style>
a { background-color: #F3CF14; }
a { background-color: rgb(243,207,20); }
div.DivClassName
{
background-color: #F3CF14;
}
.BgClassName
{
background-color: #F3CF14;
}
</style>
border-color css
<style>
span { border-color: #F3CF14; }
span { border-color: rgb(243,207,20); }
td.TdClassName
{
border-color: #F3CF14;
}
.TagClassName
{
border-color: #F3CF14;
}
</style>