Shades of School Bus Yellow #FCDB06
Tints of School Bus Yellow #FCDB06
RGB
CMYK
RGB Variations
Color information
#FCDB06 (or 0xFCDB06) is known color: School Bus Yellow. HEX triplet: FC, DB and 06. RGB value is (252,219,6). Sum of RGB (Red+Green+Blue) = 252+219+6=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 6 (2.73% from 255 or 1.26% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB06 is #0324F9. Grayscale: #CDCDCD. Windows color (decimal): -206074 or 449532. OLE color: 449532.
HSL color Cylindrical-coordinate representation of color #FCDB06: hue angle of 51.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCDB06 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 6 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.01 |
| HSL | 51.95º | 0.98% | 0.51% | - |
| HSV(B) | 51.95º | 0.98% | 0.99% | - |
| XYZ | 65.51 | 71.37 | 10.5 | - |
| YUV | 204.59 | 15.93 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 6 | 0 | 0.13 | 0.98 | 0.01 | 51.95 | 0.98 | 0.51 |
| Hex | FC | DB | 6 | 0 | D | 62 | 1 | 34 | 62 | 33 |
| Octal | 374 | 333 | 6 | 0 | 15 | 142 | 1 | 64 | 142 | 63 |
| Binary | 11111100 | 11011011 | 110 | 0 | 1101 | 1100010 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FCDB06
Complementary color
Monochromatic Colors of #FCDB06
Black with #FCDB06
Text Example
Text Example
White with #FCDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB06; }
p { color: rgb(252,219,6); }
H1.HeaderClassName
{
color: #FCDB06;
}
.AnyTagClassName
{
color: #FCDB06;
}
</style>
background-color css
<style>
a { background-color: #FCDB06; }
a { background-color: rgb(252,219,6); }
div.DivClassName
{
background-color: #FCDB06;
}
.BgClassName
{
background-color: #FCDB06;
}
</style>
border-color css
<style>
span { border-color: #FCDB06; }
span { border-color: rgb(252,219,6); }
td.TdClassName
{
border-color: #FCDB06;
}
.TagClassName
{
border-color: #FCDB06;
}
</style>