Shades of School Bus Yellow #FFDA02
Tints of School Bus Yellow #FFDA02
RGB
CMYK
RGB Variations
Color information
#FFDA02 (or 0xFFDA02) is known color: School Bus Yellow. HEX triplet: FF, DA and 02. RGB value is (255,218,2). Sum of RGB (Red+Green+Blue) = 255+218+2=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA02 is #0025FD. Grayscale: #CDCDCD. Windows color (decimal): -9726 or 187135. OLE color: 187135.
HSL color Cylindrical-coordinate representation of color #FFDA02: hue angle of 51.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFDA02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0 |
| HSL | 51.23º | 1% | 0.5% | - |
| HSV(B) | 51.23º | 0.99% | 1% | - |
| XYZ | 66.32 | 71.41 | 10.34 | - |
| YUV | 204.44 | 13.76 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 2 | 0 | 0.15 | 0.99 | 0 | 51.23 | 1 | 0.5 |
| Hex | FF | DA | 2 | 0 | F | 63 | 0 | 33 | 64 | 32 |
| Octal | 377 | 332 | 2 | 0 | 17 | 143 | 0 | 63 | 144 | 62 |
| Binary | 11111111 | 11011010 | 10 | 0 | 1111 | 1100011 | 0 | 110011 | 1100100 | 110010 |
Color Harmonies of #FFDA02
Complementary color
Monochromatic Colors of #FFDA02
Black with #FFDA02
Text Example
Text Example
White with #FFDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA02; }
p { color: rgb(255,218,2); }
H1.HeaderClassName
{
color: #FFDA02;
}
.AnyTagClassName
{
color: #FFDA02;
}
</style>
background-color css
<style>
a { background-color: #FFDA02; }
a { background-color: rgb(255,218,2); }
div.DivClassName
{
background-color: #FFDA02;
}
.BgClassName
{
background-color: #FFDA02;
}
</style>
border-color css
<style>
span { border-color: #FFDA02; }
span { border-color: rgb(255,218,2); }
td.TdClassName
{
border-color: #FFDA02;
}
.TagClassName
{
border-color: #FFDA02;
}
</style>