Shades of School Bus Yellow #FCDA05
Tints of School Bus Yellow #FCDA05
RGB
CMYK
RGB Variations
Color information
#FCDA05 (or 0xFCDA05) is known color: School Bus Yellow. HEX triplet: FC, DA and 05. RGB value is (252,218,5). Sum of RGB (Red+Green+Blue) = 252+218+5=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 5 (2.34% from 255 or 1.05% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA05 is #0325FA. Grayscale: #CCCCCC. Windows color (decimal): -206331 or 383740. OLE color: 383740.
HSL color Cylindrical-coordinate representation of color #FCDA05: hue angle of 51.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCDA05 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.01 |
| HSL | 51.74º | 0.98% | 0.5% | - |
| HSV(B) | 51.74º | 0.98% | 0.99% | - |
| XYZ | 65.24 | 70.85 | 10.38 | - |
| YUV | 203.88 | 15.76 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 5 | 0 | 0.13 | 0.98 | 0.01 | 51.74 | 0.98 | 0.5 |
| Hex | FC | DA | 5 | 0 | D | 62 | 1 | 34 | 62 | 32 |
| Octal | 374 | 332 | 5 | 0 | 15 | 142 | 1 | 64 | 142 | 62 |
| Binary | 11111100 | 11011010 | 101 | 0 | 1101 | 1100010 | 1 | 110100 | 1100010 | 110010 |
Color Harmonies of #FCDA05
Complementary color
Monochromatic Colors of #FCDA05
Black with #FCDA05
Text Example
Text Example
White with #FCDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA05; }
p { color: rgb(252,218,5); }
H1.HeaderClassName
{
color: #FCDA05;
}
.AnyTagClassName
{
color: #FCDA05;
}
</style>
background-color css
<style>
a { background-color: #FCDA05; }
a { background-color: rgb(252,218,5); }
div.DivClassName
{
background-color: #FCDA05;
}
.BgClassName
{
background-color: #FCDA05;
}
</style>
border-color css
<style>
span { border-color: #FCDA05; }
span { border-color: rgb(252,218,5); }
td.TdClassName
{
border-color: #FCDA05;
}
.TagClassName
{
border-color: #FCDA05;
}
</style>