Shades of School Bus Yellow #FCDA03
Tints of School Bus Yellow #FCDA03
RGB
CMYK
RGB Variations
Color information
#FCDA03 (or 0xFCDA03) is known color: School Bus Yellow. HEX triplet: FC, DA and 03. RGB value is (252,218,3). Sum of RGB (Red+Green+Blue) = 252+218+3=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 3 (1.56% from 255 or 0.63% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA03 is #0325FC. Grayscale: #CCCCCC. Windows color (decimal): -206333 or 252668. OLE color: 252668.
HSL color Cylindrical-coordinate representation of color #FCDA03: hue angle of 51.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCDA03 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.01 |
| HSL | 51.81º | 0.98% | 0.5% | - |
| HSV(B) | 51.81º | 0.99% | 0.99% | - |
| XYZ | 65.23 | 70.84 | 10.32 | - |
| YUV | 203.66 | 14.76 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 3 | 0 | 0.13 | 0.99 | 0.01 | 51.81 | 0.98 | 0.5 |
| Hex | FC | DA | 3 | 0 | D | 63 | 1 | 34 | 62 | 32 |
| Octal | 374 | 332 | 3 | 0 | 15 | 143 | 1 | 64 | 142 | 62 |
| Binary | 11111100 | 11011010 | 11 | 0 | 1101 | 1100011 | 1 | 110100 | 1100010 | 110010 |
Color Harmonies of #FCDA03
Complementary color
Monochromatic Colors of #FCDA03
Black with #FCDA03
Text Example
Text Example
White with #FCDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA03; }
p { color: rgb(252,218,3); }
H1.HeaderClassName
{
color: #FCDA03;
}
.AnyTagClassName
{
color: #FCDA03;
}
</style>
background-color css
<style>
a { background-color: #FCDA03; }
a { background-color: rgb(252,218,3); }
div.DivClassName
{
background-color: #FCDA03;
}
.BgClassName
{
background-color: #FCDA03;
}
</style>
border-color css
<style>
span { border-color: #FCDA03; }
span { border-color: rgb(252,218,3); }
td.TdClassName
{
border-color: #FCDA03;
}
.TagClassName
{
border-color: #FCDA03;
}
</style>