Shades of School Bus Yellow #F3D90C
Tints of School Bus Yellow #F3D90C
RGB
CMYK
RGB Variations
Color information
#F3D90C (or 0xF3D90C) is known color: School Bus Yellow. HEX triplet: F3, D9 and 0C. RGB value is (243,217,12). Sum of RGB (Red+Green+Blue) = 243+217+12=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D90C is #0C26F3. Grayscale: #CACACA. Windows color (decimal): -796404 or 842227. OLE color: 842227.
HSL color Cylindrical-coordinate representation of color #F3D90C: hue angle of 53.25º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3D90C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.05 |
| HSL | 53.25º | 0.91% | 0.5% | - |
| HSV(B) | 53.25º | 0.95% | 0.95% | - |
| XYZ | 61.84 | 68.71 | 10.35 | - |
| YUV | 201.4 | 21.11 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 12 | 0 | 0.11 | 0.95 | 0.05 | 53.25 | 0.91 | 0.5 |
| Hex | F3 | D9 | C | 0 | B | 5F | 5 | 35 | 5B | 32 |
| Octal | 363 | 331 | 14 | 0 | 13 | 137 | 5 | 65 | 133 | 62 |
| Binary | 11110011 | 11011001 | 1100 | 0 | 1011 | 1011111 | 101 | 110101 | 1011011 | 110010 |
Color Harmonies of #F3D90C
Complementary color
Monochromatic Colors of #F3D90C
Black with #F3D90C
Text Example
Text Example
White with #F3D90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D90C; }
p { color: rgb(243,217,12); }
H1.HeaderClassName
{
color: #F3D90C;
}
.AnyTagClassName
{
color: #F3D90C;
}
</style>
background-color css
<style>
a { background-color: #F3D90C; }
a { background-color: rgb(243,217,12); }
div.DivClassName
{
background-color: #F3D90C;
}
.BgClassName
{
background-color: #F3D90C;
}
</style>
border-color css
<style>
span { border-color: #F3D90C; }
span { border-color: rgb(243,217,12); }
td.TdClassName
{
border-color: #F3D90C;
}
.TagClassName
{
border-color: #F3D90C;
}
</style>