#FFD800

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

Shades of School Bus Yellow #FFD800

Tints of School Bus Yellow #FFD800

Color information

#FFD800 (or 0xFFD800) is unknown color: approx School Bus Yellow. HEX triplet: FF, D8 and 00. RGB value is (255,216,0). Sum of RGB (Red+Green+Blue) = 255+216+0=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD800 is #0027FF. Grayscale: #CBCBCB. Windows color (decimal): -10240 or 55551. OLE color: 55551.

HSL color Cylindrical-coordinate representation of color #FFD800: hue angle of 50.82º 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 #FFD800 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2552160-
CMYK00.1510
HSL50.82º100%50%-
HSV(B)50.82º100%100%-
XYZ65.870.3710.12-
YUV203.0413.42165.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 216 (84.77% from 255) = 45.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.14%
G=45.86%
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
Decimal255216000.151050.8210050
HexFFD800F640336432
Octal377330001714406314462
Binary1111111111011000001111110010001100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD800; }

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

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

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

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

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

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

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

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