#FDD910

Color #FDD910 School Bus Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of School Bus Yellow #FDD910

Tints of School Bus Yellow #FDD910

Color information

#FDD910 (or 0xFDD910) is unknown color: approx School Bus Yellow. HEX triplet: FD, D9 and 10. RGB value is (253,217,16). Sum of RGB (Red+Green+Blue) = 253+217+16=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD910 is #0226EF. Grayscale: #CDCDCD. Windows color (decimal): -141040 or 1104381. OLE color: 1104381.

HSL color Cylindrical-coordinate representation of color #FDD910: hue angle of 50.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDD910 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25321716-
CMYK00.140.940.01
HSL50.89º98.34%52.75%-
HSV(B)50.89º93.68%99.22%-
XYZ65.4170.5510.66-
YUV204.8521.43162.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 52.06%
GREEN value IS 217 (85.16% from 255) = 44.65%
BLUE value IS 16 (6.64% from 255) = 3.29%
R=52.06%
G=44.65%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532171600.140.940.0150.8998.3452.75
HexFDD9100E5E1336235
Octal3753312001613616314265
Binary11111101110110011000001110101111011100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD910; }

 p { color: rgb(253,217,16); }

 H1.HeaderClassName
 {
   color: #FDD910;
 }
 .AnyTagClassName
 {
   color: #FDD910;
 }
</style>
background-color css

<style>
 a { background-color: #FDD910; }

 a { background-color: rgb(253,217,16); }

 div.DivClassName
 {
   background-color: #FDD910;
 }
 .BgClassName
 {
   background-color: #FDD910;
 }
</style>
border-color css

<style>
 span { border-color: #FDD910; }

 span { border-color: rgb(253,217,16); }

 td.TdClassName
 {
   border-color: #FDD910;
 }
 .TagClassName
 {
   border-color: #FDD910;
 }
</style>