Shades of School Bus Yellow #FADA0E
Tints of School Bus Yellow #FADA0E
RGB
CMYK
RGB Variations
Color information
#FADA0E (or 0xFADA0E) is known color: School Bus Yellow. HEX triplet: FA, DA and 0E. RGB value is (250,218,14). Sum of RGB (Red+Green+Blue) = 250+218+14=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA0E is #0525F1. Grayscale: #CDCDCD. Windows color (decimal): -337394 or 973562. OLE color: 973562.
HSL color Cylindrical-coordinate representation of color #FADA0E: hue angle of 51.86º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FADA0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.02 |
| HSL | 51.86º | 0.96% | 0.52% | - |
| HSV(B) | 51.86º | 0.94% | 0.98% | - |
| XYZ | 64.58 | 70.5 | 10.62 | - |
| YUV | 204.31 | 20.6 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 14 | 0 | 0.13 | 0.94 | 0.02 | 51.86 | 0.96 | 0.52 |
| Hex | FA | DA | E | 0 | D | 5E | 2 | 34 | 60 | 34 |
| Octal | 372 | 332 | 16 | 0 | 15 | 136 | 2 | 64 | 140 | 64 |
| Binary | 11111010 | 11011010 | 1110 | 0 | 1101 | 1011110 | 10 | 110100 | 1100000 | 110100 |
Color Harmonies of #FADA0E
Complementary color
Monochromatic Colors of #FADA0E
Black with #FADA0E
Text Example
Text Example
White with #FADA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA0E; }
p { color: rgb(250,218,14); }
H1.HeaderClassName
{
color: #FADA0E;
}
.AnyTagClassName
{
color: #FADA0E;
}
</style>
background-color css
<style>
a { background-color: #FADA0E; }
a { background-color: rgb(250,218,14); }
div.DivClassName
{
background-color: #FADA0E;
}
.BgClassName
{
background-color: #FADA0E;
}
</style>
border-color css
<style>
span { border-color: #FADA0E; }
span { border-color: rgb(250,218,14); }
td.TdClassName
{
border-color: #FADA0E;
}
.TagClassName
{
border-color: #FADA0E;
}
</style>