#FFD900

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

Shades of School Bus Yellow #FFD900

Tints of School Bus Yellow #FFD900

Color information

#FFD900 (or 0xFFD900) is unknown color: approx School Bus Yellow. HEX triplet: FF, D9 and 00. RGB value is (255,217,0). Sum of RGB (Red+Green+Blue) = 255+217+0=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD900 is #0026FF. Grayscale: #CCCCCC. Windows color (decimal): -9984 or 55807. OLE color: 55807.

HSL color Cylindrical-coordinate representation of color #FFD900: hue angle of 51.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD900 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2552170-
CMYK00.1510
HSL51.06º100%50%-
HSV(B)51.06º100%100%-
XYZ66.0570.8910.2-
YUV203.6213.09164.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 217 (85.16% from 255) = 45.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.03%
G=45.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255217000.151051.0610050
HexFFD900F640336432
Octal377331001714406314462
Binary1111111111011001001111110010001100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD900; }

 p { color: rgb(255,217,0); }

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

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

 a { background-color: rgb(255,217,0); }

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

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

 span { border-color: rgb(255,217,0); }

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