Shades of School Bus Yellow #FCDB09
Tints of School Bus Yellow #FCDB09
RGB
CMYK
RGB Variations
Color information
#FCDB09 (or 0xFCDB09) is known color: School Bus Yellow. HEX triplet: FC, DB and 09. RGB value is (252,219,9). Sum of RGB (Red+Green+Blue) = 252+219+9=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 9 (3.91% from 255 or 1.88% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB09 is #0324F6. Grayscale: #CDCDCD. Windows color (decimal): -206071 or 646140. OLE color: 646140.
HSL color Cylindrical-coordinate representation of color #FCDB09: hue angle of 51.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCDB09 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.01 |
| HSL | 51.85º | 0.98% | 0.51% | - |
| HSV(B) | 51.85º | 0.96% | 0.99% | - |
| XYZ | 65.53 | 71.38 | 10.58 | - |
| YUV | 204.93 | 17.43 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 9 | 0 | 0.13 | 0.96 | 0.01 | 51.85 | 0.98 | 0.51 |
| Hex | FC | DB | 9 | 0 | D | 60 | 1 | 34 | 62 | 33 |
| Octal | 374 | 333 | 11 | 0 | 15 | 140 | 1 | 64 | 142 | 63 |
| Binary | 11111100 | 11011011 | 1001 | 0 | 1101 | 1100000 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FCDB09
Complementary color
Monochromatic Colors of #FCDB09
Black with #FCDB09
Text Example
Text Example
White with #FCDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB09; }
p { color: rgb(252,219,9); }
H1.HeaderClassName
{
color: #FCDB09;
}
.AnyTagClassName
{
color: #FCDB09;
}
</style>
background-color css
<style>
a { background-color: #FCDB09; }
a { background-color: rgb(252,219,9); }
div.DivClassName
{
background-color: #FCDB09;
}
.BgClassName
{
background-color: #FCDB09;
}
</style>
border-color css
<style>
span { border-color: #FCDB09; }
span { border-color: rgb(252,219,9); }
td.TdClassName
{
border-color: #FCDB09;
}
.TagClassName
{
border-color: #FCDB09;
}
</style>