Shades of School Bus Yellow #F5DA0C
Tints of School Bus Yellow #F5DA0C
RGB
CMYK
RGB Variations
Color information
#F5DA0C (or 0xF5DA0C) is known color: School Bus Yellow. HEX triplet: F5, DA and 0C. RGB value is (245,218,12). Sum of RGB (Red+Green+Blue) = 245+218+12=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DA0C is #0A25F3. Grayscale: #CBCBCB. Windows color (decimal): -665076 or 842485. OLE color: 842485.
HSL color Cylindrical-coordinate representation of color #F5DA0C: hue angle of 53.05º degrees, saturation: 0.92, 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 #F5DA0C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.04 |
| HSL | 53.05º | 0.92% | 0.5% | - |
| HSV(B) | 53.05º | 0.95% | 0.96% | - |
| XYZ | 62.79 | 69.58 | 10.47 | - |
| YUV | 202.59 | 20.45 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 12 | 0 | 0.11 | 0.95 | 0.04 | 53.05 | 0.92 | 0.5 |
| Hex | F5 | DA | C | 0 | B | 5F | 4 | 35 | 5C | 32 |
| Octal | 365 | 332 | 14 | 0 | 13 | 137 | 4 | 65 | 134 | 62 |
| Binary | 11110101 | 11011010 | 1100 | 0 | 1011 | 1011111 | 100 | 110101 | 1011100 | 110010 |
Color Harmonies of #F5DA0C
Complementary color
Monochromatic Colors of #F5DA0C
Black with #F5DA0C
Text Example
Text Example
White with #F5DA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA0C; }
p { color: rgb(245,218,12); }
H1.HeaderClassName
{
color: #F5DA0C;
}
.AnyTagClassName
{
color: #F5DA0C;
}
</style>
background-color css
<style>
a { background-color: #F5DA0C; }
a { background-color: rgb(245,218,12); }
div.DivClassName
{
background-color: #F5DA0C;
}
.BgClassName
{
background-color: #F5DA0C;
}
</style>
border-color css
<style>
span { border-color: #F5DA0C; }
span { border-color: rgb(245,218,12); }
td.TdClassName
{
border-color: #F5DA0C;
}
.TagClassName
{
border-color: #F5DA0C;
}
</style>