Shades of School Bus Yellow #F6D703
Tints of School Bus Yellow #F6D703
RGB
CMYK
RGB Variations
Color information
#F6D703 (or 0xF6D703) is known color: School Bus Yellow. HEX triplet: F6, D7 and 03. RGB value is (246,215,3). Sum of RGB (Red+Green+Blue) = 246+215+3=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 3 (1.56% from 255 or 0.65% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D703 is #0928FC. Grayscale: #C8C8C8. Windows color (decimal): -600317 or 251894. OLE color: 251894.
HSL color Cylindrical-coordinate representation of color #F6D703: hue angle of 52.35º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6D703 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.04 |
| HSL | 52.35º | 0.98% | 0.49% | - |
| HSV(B) | 52.35º | 0.99% | 0.96% | - |
| XYZ | 62.32 | 68.2 | 9.97 | - |
| YUV | 200.1 | 16.77 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 3 | 0 | 0.13 | 0.99 | 0.04 | 52.35 | 0.98 | 0.49 |
| Hex | F6 | D7 | 3 | 0 | D | 63 | 4 | 34 | 62 | 31 |
| Octal | 366 | 327 | 3 | 0 | 15 | 143 | 4 | 64 | 142 | 61 |
| Binary | 11110110 | 11010111 | 11 | 0 | 1101 | 1100011 | 100 | 110100 | 1100010 | 110001 |
Color Harmonies of #F6D703
Complementary color
Monochromatic Colors of #F6D703
Black with #F6D703
Text Example
Text Example
White with #F6D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D703; }
p { color: rgb(246,215,3); }
H1.HeaderClassName
{
color: #F6D703;
}
.AnyTagClassName
{
color: #F6D703;
}
</style>
background-color css
<style>
a { background-color: #F6D703; }
a { background-color: rgb(246,215,3); }
div.DivClassName
{
background-color: #F6D703;
}
.BgClassName
{
background-color: #F6D703;
}
</style>
border-color css
<style>
span { border-color: #F6D703; }
span { border-color: rgb(246,215,3); }
td.TdClassName
{
border-color: #F6D703;
}
.TagClassName
{
border-color: #F6D703;
}
</style>