Shades of Turbo #FDCF28
Tints of Turbo #FDCF28
RGB
CMYK
RGB Variations
Color information
#FDCF28 (or 0xFDCF28) is known color: Turbo. HEX triplet: FD, CF and 28. RGB value is (253,207,40). Sum of RGB (Red+Green+Blue) = 253+207+40=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF28 is #0230D7. Grayscale: #CACACA. Windows color (decimal): -143576 or 2674685. OLE color: 2674685.
HSL color Cylindrical-coordinate representation of color #FDCF28: hue angle of 47.04º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDCF28 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.01 |
| HSL | 47.04º | 0.98% | 0.57% | - |
| HSV(B) | 47.04º | 0.84% | 0.99% | - |
| XYZ | 63.2 | 65.66 | 11.35 | - |
| YUV | 201.72 | 36.74 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 40 | 0 | 0.18 | 0.84 | 0.01 | 47.04 | 0.98 | 0.57 |
| Hex | FD | CF | 28 | 0 | 12 | 54 | 1 | 2F | 62 | 39 |
| Octal | 375 | 317 | 50 | 0 | 22 | 124 | 1 | 57 | 142 | 71 |
| Binary | 11111101 | 11001111 | 101000 | 0 | 10010 | 1010100 | 1 | 101111 | 1100010 | 111001 |
Color Harmonies of #FDCF28
Complementary color
Monochromatic Colors of #FDCF28
Black with #FDCF28
Text Example
Text Example
White with #FDCF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF28; }
p { color: rgb(253,207,40); }
H1.HeaderClassName
{
color: #FDCF28;
}
.AnyTagClassName
{
color: #FDCF28;
}
</style>
background-color css
<style>
a { background-color: #FDCF28; }
a { background-color: rgb(253,207,40); }
div.DivClassName
{
background-color: #FDCF28;
}
.BgClassName
{
background-color: #FDCF28;
}
</style>
border-color css
<style>
span { border-color: #FDCF28; }
span { border-color: rgb(253,207,40); }
td.TdClassName
{
border-color: #FDCF28;
}
.TagClassName
{
border-color: #FDCF28;
}
</style>