Shades of School Bus Yellow #F1D802
Tints of School Bus Yellow #F1D802
RGB
CMYK
RGB Variations
Color information
#F1D802 (or 0xF1D802) is known color: School Bus Yellow. HEX triplet: F1, D8 and 02. RGB value is (241,216,2). Sum of RGB (Red+Green+Blue) = 241+216+2=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D802 is #0E27FD. Grayscale: #C7C7C7. Windows color (decimal): -927742 or 186609. OLE color: 186609.
HSL color Cylindrical-coordinate representation of color #F1D802: hue angle of 53.72º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1D802 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.05 |
| HSL | 53.72º | 0.98% | 0.48% | - |
| HSV(B) | 53.72º | 0.99% | 0.95% | - |
| XYZ | 60.84 | 67.82 | 9.94 | - |
| YUV | 199.08 | 16.78 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 2 | 0 | 0.10 | 0.99 | 0.05 | 53.72 | 0.98 | 0.48 |
| Hex | F1 | D8 | 2 | 0 | A | 63 | 5 | 36 | 62 | 30 |
| Octal | 361 | 330 | 2 | 0 | 12 | 143 | 5 | 66 | 142 | 60 |
| Binary | 11110001 | 11011000 | 10 | 0 | 1010 | 1100011 | 101 | 110110 | 1100010 | 110000 |
Color Harmonies of #F1D802
Complementary color
Monochromatic Colors of #F1D802
Black with #F1D802
Text Example
Text Example
White with #F1D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D802; }
p { color: rgb(241,216,2); }
H1.HeaderClassName
{
color: #F1D802;
}
.AnyTagClassName
{
color: #F1D802;
}
</style>
background-color css
<style>
a { background-color: #F1D802; }
a { background-color: rgb(241,216,2); }
div.DivClassName
{
background-color: #F1D802;
}
.BgClassName
{
background-color: #F1D802;
}
</style>
border-color css
<style>
span { border-color: #F1D802; }
span { border-color: rgb(241,216,2); }
td.TdClassName
{
border-color: #F1D802;
}
.TagClassName
{
border-color: #F1D802;
}
</style>