Shades of Turbo #FFCF21
Tints of Turbo #FFCF21
RGB
CMYK
RGB Variations
Color information
#FFCF21 (or 0xFFCF21) is known color: Turbo. HEX triplet: FF, CF and 21. RGB value is (255,207,33). Sum of RGB (Red+Green+Blue) = 255+207+33=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF21 is #0030DE. Grayscale: #CACACA. Windows color (decimal): -12511 or 2215935. OLE color: 2215935.
HSL color Cylindrical-coordinate representation of color #FFCF21: hue angle of 47.03º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFCF21 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 33 | - |
| CMYK | 0 | 0.19 | 0.87 | 0 |
| HSL | 47.03º | 1% | 0.56% | - |
| HSV(B) | 47.03º | 0.87% | 1% | - |
| XYZ | 63.83 | 66 | 10.81 | - |
| YUV | 201.52 | 32.9 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 33 | 0 | 0.19 | 0.87 | 0 | 47.03 | 1 | 0.56 |
| Hex | FF | CF | 21 | 0 | 13 | 57 | 0 | 2F | 64 | 38 |
| Octal | 377 | 317 | 41 | 0 | 23 | 127 | 0 | 57 | 144 | 70 |
| Binary | 11111111 | 11001111 | 100001 | 0 | 10011 | 1010111 | 0 | 101111 | 1100100 | 111000 |
Color Harmonies of #FFCF21
Complementary color
Monochromatic Colors of #FFCF21
Black with #FFCF21
Text Example
Text Example
White with #FFCF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF21; }
p { color: rgb(255,207,33); }
H1.HeaderClassName
{
color: #FFCF21;
}
.AnyTagClassName
{
color: #FFCF21;
}
</style>
background-color css
<style>
a { background-color: #FFCF21; }
a { background-color: rgb(255,207,33); }
div.DivClassName
{
background-color: #FFCF21;
}
.BgClassName
{
background-color: #FFCF21;
}
</style>
border-color css
<style>
span { border-color: #FFCF21; }
span { border-color: rgb(255,207,33); }
td.TdClassName
{
border-color: #FFCF21;
}
.TagClassName
{
border-color: #FFCF21;
}
</style>