Shades of School Bus Yellow #F4D80D
Tints of School Bus Yellow #F4D80D
RGB
CMYK
RGB Variations
Color information
#F4D80D (or 0xF4D80D) is known color: School Bus Yellow. HEX triplet: F4, D8 and 0D. RGB value is (244,216,13). Sum of RGB (Red+Green+Blue) = 244+216+13=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D80D is #0B27F2. Grayscale: #CACACA. Windows color (decimal): -731123 or 907508. OLE color: 907508.
HSL color Cylindrical-coordinate representation of color #F4D80D: hue angle of 52.73º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4D80D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.04 |
| HSL | 52.73º | 0.91% | 0.5% | - |
| HSV(B) | 52.73º | 0.95% | 0.96% | - |
| XYZ | 61.94 | 68.37 | 10.31 | - |
| YUV | 201.23 | 21.78 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 13 | 0 | 0.11 | 0.95 | 0.04 | 52.73 | 0.91 | 0.5 |
| Hex | F4 | D8 | D | 0 | B | 5F | 4 | 35 | 5B | 32 |
| Octal | 364 | 330 | 15 | 0 | 13 | 137 | 4 | 65 | 133 | 62 |
| Binary | 11110100 | 11011000 | 1101 | 0 | 1011 | 1011111 | 100 | 110101 | 1011011 | 110010 |
Color Harmonies of #F4D80D
Complementary color
Monochromatic Colors of #F4D80D
Black with #F4D80D
Text Example
Text Example
White with #F4D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D80D; }
p { color: rgb(244,216,13); }
H1.HeaderClassName
{
color: #F4D80D;
}
.AnyTagClassName
{
color: #F4D80D;
}
</style>
background-color css
<style>
a { background-color: #F4D80D; }
a { background-color: rgb(244,216,13); }
div.DivClassName
{
background-color: #F4D80D;
}
.BgClassName
{
background-color: #F4D80D;
}
</style>
border-color css
<style>
span { border-color: #F4D80D; }
span { border-color: rgb(244,216,13); }
td.TdClassName
{
border-color: #F4D80D;
}
.TagClassName
{
border-color: #F4D80D;
}
</style>