Shades of School Bus Yellow #F5D90B
Tints of School Bus Yellow #F5D90B
RGB
CMYK
RGB Variations
Color information
#F5D90B (or 0xF5D90B) is known color: School Bus Yellow. HEX triplet: F5, D9 and 0B. RGB value is (245,217,11). Sum of RGB (Red+Green+Blue) = 245+217+11=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D90B is #0A26F4. Grayscale: #CACACA. Windows color (decimal): -665333 or 776693. OLE color: 776693.
HSL color Cylindrical-coordinate representation of color #F5D90B: hue angle of 52.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5D90B is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 11 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.04 |
| HSL | 52.82º | 0.92% | 0.5% | - |
| HSV(B) | 52.82º | 0.96% | 0.96% | - |
| XYZ | 62.53 | 69.06 | 10.35 | - |
| YUV | 201.89 | 20.28 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 11 | 0 | 0.11 | 0.96 | 0.04 | 52.82 | 0.92 | 0.5 |
| Hex | F5 | D9 | B | 0 | B | 60 | 4 | 35 | 5C | 32 |
| Octal | 365 | 331 | 13 | 0 | 13 | 140 | 4 | 65 | 134 | 62 |
| Binary | 11110101 | 11011001 | 1011 | 0 | 1011 | 1100000 | 100 | 110101 | 1011100 | 110010 |
Color Harmonies of #F5D90B
Complementary color
Monochromatic Colors of #F5D90B
Black with #F5D90B
Text Example
Text Example
White with #F5D90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D90B; }
p { color: rgb(245,217,11); }
H1.HeaderClassName
{
color: #F5D90B;
}
.AnyTagClassName
{
color: #F5D90B;
}
</style>
background-color css
<style>
a { background-color: #F5D90B; }
a { background-color: rgb(245,217,11); }
div.DivClassName
{
background-color: #F5D90B;
}
.BgClassName
{
background-color: #F5D90B;
}
</style>
border-color css
<style>
span { border-color: #F5D90B; }
span { border-color: rgb(245,217,11); }
td.TdClassName
{
border-color: #F5D90B;
}
.TagClassName
{
border-color: #F5D90B;
}
</style>