Shades of School Bus Yellow #FFDA0D
Tints of School Bus Yellow #FFDA0D
RGB
CMYK
RGB Variations
Color information
#FFDA0D (or 0xFFDA0D) is known color: School Bus Yellow. HEX triplet: FF, DA and 0D. RGB value is (255,218,13). Sum of RGB (Red+Green+Blue) = 255+218+13=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 13 (5.47% from 255 or 2.67% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA0D is #0025F2. Grayscale: #CECECE. Windows color (decimal): -9715 or 908031. OLE color: 908031.
HSL color Cylindrical-coordinate representation of color #FFDA0D: hue angle of 50.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFDA0D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0 |
| HSL | 50.83º | 1% | 0.53% | - |
| HSV(B) | 50.83º | 0.95% | 1% | - |
| XYZ | 66.38 | 71.43 | 10.67 | - |
| YUV | 205.69 | 19.26 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 13 | 0 | 0.15 | 0.95 | 0 | 50.83 | 1 | 0.53 |
| Hex | FF | DA | D | 0 | F | 5F | 0 | 33 | 64 | 35 |
| Octal | 377 | 332 | 15 | 0 | 17 | 137 | 0 | 63 | 144 | 65 |
| Binary | 11111111 | 11011010 | 1101 | 0 | 1111 | 1011111 | 0 | 110011 | 1100100 | 110101 |
Color Harmonies of #FFDA0D
Complementary color
Monochromatic Colors of #FFDA0D
Black with #FFDA0D
Text Example
Text Example
White with #FFDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA0D; }
p { color: rgb(255,218,13); }
H1.HeaderClassName
{
color: #FFDA0D;
}
.AnyTagClassName
{
color: #FFDA0D;
}
</style>
background-color css
<style>
a { background-color: #FFDA0D; }
a { background-color: rgb(255,218,13); }
div.DivClassName
{
background-color: #FFDA0D;
}
.BgClassName
{
background-color: #FFDA0D;
}
</style>
border-color css
<style>
span { border-color: #FFDA0D; }
span { border-color: rgb(255,218,13); }
td.TdClassName
{
border-color: #FFDA0D;
}
.TagClassName
{
border-color: #FFDA0D;
}
</style>