Shades of School Bus Yellow #FCDA07
Tints of School Bus Yellow #FCDA07
RGB
CMYK
RGB Variations
Color information
#FCDA07 (or 0xFCDA07) is known color: School Bus Yellow. HEX triplet: FC, DA and 07. RGB value is (252,218,7). Sum of RGB (Red+Green+Blue) = 252+218+7=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 7 (3.12% from 255 or 1.47% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA07 is #0325F8. Grayscale: #CCCCCC. Windows color (decimal): -206329 or 514812. OLE color: 514812.
HSL color Cylindrical-coordinate representation of color #FCDA07: hue angle of 51.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCDA07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.01 |
| HSL | 51.67º | 0.98% | 0.51% | - |
| HSV(B) | 51.67º | 0.97% | 0.99% | - |
| XYZ | 65.25 | 70.85 | 10.44 | - |
| YUV | 204.11 | 16.76 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 7 | 0 | 0.13 | 0.97 | 0.01 | 51.67 | 0.98 | 0.51 |
| Hex | FC | DA | 7 | 0 | D | 61 | 1 | 34 | 62 | 33 |
| Octal | 374 | 332 | 7 | 0 | 15 | 141 | 1 | 64 | 142 | 63 |
| Binary | 11111100 | 11011010 | 111 | 0 | 1101 | 1100001 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FCDA07
Complementary color
Monochromatic Colors of #FCDA07
Black with #FCDA07
Text Example
Text Example
White with #FCDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA07; }
p { color: rgb(252,218,7); }
H1.HeaderClassName
{
color: #FCDA07;
}
.AnyTagClassName
{
color: #FCDA07;
}
</style>
background-color css
<style>
a { background-color: #FCDA07; }
a { background-color: rgb(252,218,7); }
div.DivClassName
{
background-color: #FCDA07;
}
.BgClassName
{
background-color: #FCDA07;
}
</style>
border-color css
<style>
span { border-color: #FCDA07; }
span { border-color: rgb(252,218,7); }
td.TdClassName
{
border-color: #FCDA07;
}
.TagClassName
{
border-color: #FCDA07;
}
</style>