Shades of School Bus Yellow #F5DA0D
Tints of School Bus Yellow #F5DA0D
RGB
CMYK
RGB Variations
Color information
#F5DA0D (or 0xF5DA0D) is known color: School Bus Yellow. HEX triplet: F5, DA and 0D. RGB value is (245,218,13). Sum of RGB (Red+Green+Blue) = 245+218+13=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DA0D is #0A25F2. Grayscale: #CBCBCB. Windows color (decimal): -665075 or 908021. OLE color: 908021.
HSL color Cylindrical-coordinate representation of color #F5DA0D: hue angle of 53.02º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5DA0D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.04 |
| HSL | 53.02º | 0.92% | 0.51% | - |
| HSV(B) | 53.02º | 0.95% | 0.96% | - |
| XYZ | 62.8 | 69.58 | 10.5 | - |
| YUV | 202.7 | 20.95 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 13 | 0 | 0.11 | 0.95 | 0.04 | 53.02 | 0.92 | 0.51 |
| Hex | F5 | DA | D | 0 | B | 5F | 4 | 35 | 5C | 33 |
| Octal | 365 | 332 | 15 | 0 | 13 | 137 | 4 | 65 | 134 | 63 |
| Binary | 11110101 | 11011010 | 1101 | 0 | 1011 | 1011111 | 100 | 110101 | 1011100 | 110011 |
Color Harmonies of #F5DA0D
Complementary color
Monochromatic Colors of #F5DA0D
Black with #F5DA0D
Text Example
Text Example
White with #F5DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA0D; }
p { color: rgb(245,218,13); }
H1.HeaderClassName
{
color: #F5DA0D;
}
.AnyTagClassName
{
color: #F5DA0D;
}
</style>
background-color css
<style>
a { background-color: #F5DA0D; }
a { background-color: rgb(245,218,13); }
div.DivClassName
{
background-color: #F5DA0D;
}
.BgClassName
{
background-color: #F5DA0D;
}
</style>
border-color css
<style>
span { border-color: #F5DA0D; }
span { border-color: rgb(245,218,13); }
td.TdClassName
{
border-color: #F5DA0D;
}
.TagClassName
{
border-color: #F5DA0D;
}
</style>