Shades of Turbo #FACD23
Tints of Turbo #FACD23
RGB
CMYK
RGB Variations
Color information
#FACD23 (or 0xFACD23) is known color: Turbo. HEX triplet: FA, CD and 23. RGB value is (250,205,35). Sum of RGB (Red+Green+Blue) = 250+205+35=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 35 (14.06% from 255 or 7.14% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD23 is #0532DC. Grayscale: #C7C7C7. Windows color (decimal): -340701 or 2346490. OLE color: 2346490.
HSL color Cylindrical-coordinate representation of color #FACD23: hue angle of 47.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FACD23 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 35 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.02 |
| HSL | 47.44º | 0.96% | 0.56% | - |
| HSV(B) | 47.44º | 0.86% | 0.98% | - |
| XYZ | 61.56 | 64.11 | 10.72 | - |
| YUV | 199.08 | 35.41 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 35 | 0 | 0.18 | 0.86 | 0.02 | 47.44 | 0.96 | 0.56 |
| Hex | FA | CD | 23 | 0 | 12 | 56 | 2 | 2F | 60 | 38 |
| Octal | 372 | 315 | 43 | 0 | 22 | 126 | 2 | 57 | 140 | 70 |
| Binary | 11111010 | 11001101 | 100011 | 0 | 10010 | 1010110 | 10 | 101111 | 1100000 | 111000 |
Color Harmonies of #FACD23
Complementary color
Monochromatic Colors of #FACD23
Black with #FACD23
Text Example
Text Example
White with #FACD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD23; }
p { color: rgb(250,205,35); }
H1.HeaderClassName
{
color: #FACD23;
}
.AnyTagClassName
{
color: #FACD23;
}
</style>
background-color css
<style>
a { background-color: #FACD23; }
a { background-color: rgb(250,205,35); }
div.DivClassName
{
background-color: #FACD23;
}
.BgClassName
{
background-color: #FACD23;
}
</style>
border-color css
<style>
span { border-color: #FACD23; }
span { border-color: rgb(250,205,35); }
td.TdClassName
{
border-color: #FACD23;
}
.TagClassName
{
border-color: #FACD23;
}
</style>