Shades of Turbo #FCCF28
Tints of Turbo #FCCF28
RGB
CMYK
RGB Variations
Color information
#FCCF28 (or 0xFCCF28) is known color: Turbo. HEX triplet: FC, CF and 28. RGB value is (252,207,40). Sum of RGB (Red+Green+Blue) = 252+207+40=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF28 is #0330D7. Grayscale: #CACACA. Windows color (decimal): -209112 or 2674684. OLE color: 2674684.
HSL color Cylindrical-coordinate representation of color #FCCF28: hue angle of 47.26º degrees, saturation: 0.97, 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 #FCCF28 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.01 |
| HSL | 47.26º | 0.97% | 0.57% | - |
| HSV(B) | 47.26º | 0.84% | 0.99% | - |
| XYZ | 62.84 | 65.47 | 11.33 | - |
| YUV | 201.42 | 36.91 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 40 | 0 | 0.18 | 0.84 | 0.01 | 47.26 | 0.97 | 0.57 |
| Hex | FC | CF | 28 | 0 | 12 | 54 | 1 | 2F | 61 | 39 |
| Octal | 374 | 317 | 50 | 0 | 22 | 124 | 1 | 57 | 141 | 71 |
| Binary | 11111100 | 11001111 | 101000 | 0 | 10010 | 1010100 | 1 | 101111 | 1100001 | 111001 |
Color Harmonies of #FCCF28
Complementary color
Monochromatic Colors of #FCCF28
Black with #FCCF28
Text Example
Text Example
White with #FCCF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF28; }
p { color: rgb(252,207,40); }
H1.HeaderClassName
{
color: #FCCF28;
}
.AnyTagClassName
{
color: #FCCF28;
}
</style>
background-color css
<style>
a { background-color: #FCCF28; }
a { background-color: rgb(252,207,40); }
div.DivClassName
{
background-color: #FCCF28;
}
.BgClassName
{
background-color: #FCCF28;
}
</style>
border-color css
<style>
span { border-color: #FCCF28; }
span { border-color: rgb(252,207,40); }
td.TdClassName
{
border-color: #FCCF28;
}
.TagClassName
{
border-color: #FCCF28;
}
</style>