Shades of School Bus Yellow #FFDA04
Tints of School Bus Yellow #FFDA04
RGB
CMYK
RGB Variations
Color information
#FFDA04 (or 0xFFDA04) is known color: School Bus Yellow. HEX triplet: FF, DA and 04. RGB value is (255,218,4). Sum of RGB (Red+Green+Blue) = 255+218+4=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 4 (1.95% from 255 or 0.84% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA04 is #0025FB. Grayscale: #CDCDCD. Windows color (decimal): -9724 or 318207. OLE color: 318207.
HSL color Cylindrical-coordinate representation of color #FFDA04: hue angle of 51.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFDA04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0 |
| HSL | 51.16º | 1% | 0.51% | - |
| HSV(B) | 51.16º | 0.98% | 1% | - |
| XYZ | 66.33 | 71.41 | 10.4 | - |
| YUV | 204.67 | 14.76 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 4 | 0 | 0.15 | 0.98 | 0 | 51.16 | 1 | 0.51 |
| Hex | FF | DA | 4 | 0 | F | 62 | 0 | 33 | 64 | 33 |
| Octal | 377 | 332 | 4 | 0 | 17 | 142 | 0 | 63 | 144 | 63 |
| Binary | 11111111 | 11011010 | 100 | 0 | 1111 | 1100010 | 0 | 110011 | 1100100 | 110011 |
Color Harmonies of #FFDA04
Complementary color
Monochromatic Colors of #FFDA04
Black with #FFDA04
Text Example
Text Example
White with #FFDA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA04; }
p { color: rgb(255,218,4); }
H1.HeaderClassName
{
color: #FFDA04;
}
.AnyTagClassName
{
color: #FFDA04;
}
</style>
background-color css
<style>
a { background-color: #FFDA04; }
a { background-color: rgb(255,218,4); }
div.DivClassName
{
background-color: #FFDA04;
}
.BgClassName
{
background-color: #FFDA04;
}
</style>
border-color css
<style>
span { border-color: #FFDA04; }
span { border-color: rgb(255,218,4); }
td.TdClassName
{
border-color: #FFDA04;
}
.TagClassName
{
border-color: #FFDA04;
}
</style>