Shades of School Bus Yellow #F1D90D
Tints of School Bus Yellow #F1D90D
RGB
CMYK
RGB Variations
Color information
#F1D90D (or 0xF1D90D) is known color: School Bus Yellow. HEX triplet: F1, D9 and 0D. RGB value is (241,217,13). Sum of RGB (Red+Green+Blue) = 241+217+13=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D90D is #0E26F2. Grayscale: #C9C9C9. Windows color (decimal): -927475 or 907761. OLE color: 907761.
HSL color Cylindrical-coordinate representation of color #F1D90D: hue angle of 53.68º degrees, saturation: 0.9, 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 #F1D90D is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 13 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.05 |
| HSL | 53.68º | 0.9% | 0.5% | - |
| HSV(B) | 53.68º | 0.95% | 0.95% | - |
| XYZ | 61.16 | 68.36 | 10.35 | - |
| YUV | 200.92 | 21.95 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 13 | 0 | 0.10 | 0.95 | 0.05 | 53.68 | 0.9 | 0.5 |
| Hex | F1 | D9 | D | 0 | A | 5F | 5 | 36 | 5A | 32 |
| Octal | 361 | 331 | 15 | 0 | 12 | 137 | 5 | 66 | 132 | 62 |
| Binary | 11110001 | 11011001 | 1101 | 0 | 1010 | 1011111 | 101 | 110110 | 1011010 | 110010 |
Color Harmonies of #F1D90D
Complementary color
Monochromatic Colors of #F1D90D
Black with #F1D90D
Text Example
Text Example
White with #F1D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D90D; }
p { color: rgb(241,217,13); }
H1.HeaderClassName
{
color: #F1D90D;
}
.AnyTagClassName
{
color: #F1D90D;
}
</style>
background-color css
<style>
a { background-color: #F1D90D; }
a { background-color: rgb(241,217,13); }
div.DivClassName
{
background-color: #F1D90D;
}
.BgClassName
{
background-color: #F1D90D;
}
</style>
border-color css
<style>
span { border-color: #F1D90D; }
span { border-color: rgb(241,217,13); }
td.TdClassName
{
border-color: #F1D90D;
}
.TagClassName
{
border-color: #F1D90D;
}
</style>