Shades of School Bus Yellow #F3D900
Tints of School Bus Yellow #F3D900
RGB
CMYK
RGB Variations
Color information
#F3D900 (or 0xF3D900) is known color: School Bus Yellow. HEX triplet: F3, D9 and 00. RGB value is (243,217,0). Sum of RGB (Red+Green+Blue) = 243+217+0=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D900 is #0C26FF. Grayscale: #C8C8C8. Windows color (decimal): -796416 or 55795. OLE color: 55795.
HSL color Cylindrical-coordinate representation of color #F3D900: hue angle of 53.58º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3D900 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.05 |
| HSL | 53.58º | 1% | 0.48% | - |
| HSV(B) | 53.58º | 1% | 0.95% | - |
| XYZ | 61.78 | 68.68 | 10 | - |
| YUV | 200.04 | 15.11 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 0 | 0 | 0.11 | 1 | 0.05 | 53.58 | 1 | 0.48 |
| Hex | F3 | D9 | 0 | 0 | B | 64 | 5 | 36 | 64 | 30 |
| Octal | 363 | 331 | 0 | 0 | 13 | 144 | 5 | 66 | 144 | 60 |
| Binary | 11110011 | 11011001 | 0 | 0 | 1011 | 1100100 | 101 | 110110 | 1100100 | 110000 |
Color Harmonies of #F3D900
Complementary color
Monochromatic Colors of #F3D900
Black with #F3D900
Text Example
Text Example
White with #F3D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D900; }
p { color: rgb(243,217,0); }
H1.HeaderClassName
{
color: #F3D900;
}
.AnyTagClassName
{
color: #F3D900;
}
</style>
background-color css
<style>
a { background-color: #F3D900; }
a { background-color: rgb(243,217,0); }
div.DivClassName
{
background-color: #F3D900;
}
.BgClassName
{
background-color: #F3D900;
}
</style>
border-color css
<style>
span { border-color: #F3D900; }
span { border-color: rgb(243,217,0); }
td.TdClassName
{
border-color: #F3D900;
}
.TagClassName
{
border-color: #F3D900;
}
</style>