Shades of School Bus Yellow #FCDA0B
Tints of School Bus Yellow #FCDA0B
RGB
CMYK
RGB Variations
Color information
#FCDA0B (or 0xFCDA0B) is known color: School Bus Yellow. HEX triplet: FC, DA and 0B. RGB value is (252,218,11). Sum of RGB (Red+Green+Blue) = 252+218+11=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA0B is #0325F4. Grayscale: #CDCDCD. Windows color (decimal): -206325 or 776956. OLE color: 776956.
HSL color Cylindrical-coordinate representation of color #FCDA0B: hue angle of 51.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCDA0B is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 11 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.01 |
| HSL | 51.54º | 0.98% | 0.52% | - |
| HSV(B) | 51.54º | 0.96% | 0.99% | - |
| XYZ | 65.28 | 70.86 | 10.55 | - |
| YUV | 204.57 | 18.76 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 11 | 0 | 0.13 | 0.96 | 0.01 | 51.54 | 0.98 | 0.52 |
| Hex | FC | DA | B | 0 | D | 60 | 1 | 34 | 62 | 34 |
| Octal | 374 | 332 | 13 | 0 | 15 | 140 | 1 | 64 | 142 | 64 |
| Binary | 11111100 | 11011010 | 1011 | 0 | 1101 | 1100000 | 1 | 110100 | 1100010 | 110100 |
Color Harmonies of #FCDA0B
Complementary color
Monochromatic Colors of #FCDA0B
Black with #FCDA0B
Text Example
Text Example
White with #FCDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA0B; }
p { color: rgb(252,218,11); }
H1.HeaderClassName
{
color: #FCDA0B;
}
.AnyTagClassName
{
color: #FCDA0B;
}
</style>
background-color css
<style>
a { background-color: #FCDA0B; }
a { background-color: rgb(252,218,11); }
div.DivClassName
{
background-color: #FCDA0B;
}
.BgClassName
{
background-color: #FCDA0B;
}
</style>
border-color css
<style>
span { border-color: #FCDA0B; }
span { border-color: rgb(252,218,11); }
td.TdClassName
{
border-color: #FCDA0B;
}
.TagClassName
{
border-color: #FCDA0B;
}
</style>