Shades of School Bus Yellow #F3D805
Tints of School Bus Yellow #F3D805
RGB
CMYK
RGB Variations
Color information
#F3D805 (or 0xF3D805) is known color: School Bus Yellow. HEX triplet: F3, D8 and 05. RGB value is (243,216,5). Sum of RGB (Red+Green+Blue) = 243+216+5=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D805 is #0C27FA. Grayscale: #C8C8C8. Windows color (decimal): -796667 or 383219. OLE color: 383219.
HSL color Cylindrical-coordinate representation of color #F3D805: hue angle of 53.19º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3D805 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.05 |
| HSL | 53.19º | 0.96% | 0.49% | - |
| HSV(B) | 53.19º | 0.98% | 0.95% | - |
| XYZ | 61.55 | 68.18 | 10.06 | - |
| YUV | 200.02 | 17.95 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 5 | 0 | 0.11 | 0.98 | 0.05 | 53.19 | 0.96 | 0.49 |
| Hex | F3 | D8 | 5 | 0 | B | 62 | 5 | 35 | 60 | 31 |
| Octal | 363 | 330 | 5 | 0 | 13 | 142 | 5 | 65 | 140 | 61 |
| Binary | 11110011 | 11011000 | 101 | 0 | 1011 | 1100010 | 101 | 110101 | 1100000 | 110001 |
Color Harmonies of #F3D805
Complementary color
Monochromatic Colors of #F3D805
Black with #F3D805
Text Example
Text Example
White with #F3D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D805; }
p { color: rgb(243,216,5); }
H1.HeaderClassName
{
color: #F3D805;
}
.AnyTagClassName
{
color: #F3D805;
}
</style>
background-color css
<style>
a { background-color: #F3D805; }
a { background-color: rgb(243,216,5); }
div.DivClassName
{
background-color: #F3D805;
}
.BgClassName
{
background-color: #F3D805;
}
</style>
border-color css
<style>
span { border-color: #F3D805; }
span { border-color: rgb(243,216,5); }
td.TdClassName
{
border-color: #F3D805;
}
.TagClassName
{
border-color: #F3D805;
}
</style>