Shades of School Bus Yellow #FADB0D
Tints of School Bus Yellow #FADB0D
RGB
CMYK
RGB Variations
Color information
#FADB0D (or 0xFADB0D) is known color: School Bus Yellow. HEX triplet: FA, DB and 0D. RGB value is (250,219,13). Sum of RGB (Red+Green+Blue) = 250+219+13=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB0D is #0524F2. Grayscale: #CDCDCD. Windows color (decimal): -337139 or 908282. OLE color: 908282.
HSL color Cylindrical-coordinate representation of color #FADB0D: hue angle of 52.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FADB0D is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 13 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.02 |
| HSL | 52.15º | 0.96% | 0.52% | - |
| HSV(B) | 52.15º | 0.95% | 0.98% | - |
| XYZ | 64.83 | 71.02 | 10.67 | - |
| YUV | 204.79 | 19.77 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 13 | 0 | 0.12 | 0.95 | 0.02 | 52.15 | 0.96 | 0.52 |
| Hex | FA | DB | D | 0 | C | 5F | 2 | 34 | 60 | 34 |
| Octal | 372 | 333 | 15 | 0 | 14 | 137 | 2 | 64 | 140 | 64 |
| Binary | 11111010 | 11011011 | 1101 | 0 | 1100 | 1011111 | 10 | 110100 | 1100000 | 110100 |
Color Harmonies of #FADB0D
Complementary color
Monochromatic Colors of #FADB0D
Black with #FADB0D
Text Example
Text Example
White with #FADB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB0D; }
p { color: rgb(250,219,13); }
H1.HeaderClassName
{
color: #FADB0D;
}
.AnyTagClassName
{
color: #FADB0D;
}
</style>
background-color css
<style>
a { background-color: #FADB0D; }
a { background-color: rgb(250,219,13); }
div.DivClassName
{
background-color: #FADB0D;
}
.BgClassName
{
background-color: #FADB0D;
}
</style>
border-color css
<style>
span { border-color: #FADB0D; }
span { border-color: rgb(250,219,13); }
td.TdClassName
{
border-color: #FADB0D;
}
.TagClassName
{
border-color: #FADB0D;
}
</style>