#FFD80B

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

Shades of School Bus Yellow #FFD80B

Tints of School Bus Yellow #FFD80B

Color information

#FFD80B (or 0xFFD80B) is unknown color: approx School Bus Yellow. HEX triplet: FF, D8 and 0B. RGB value is (255,216,11). Sum of RGB (Red+Green+Blue) = 255+216+11=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 11 (4.69% from 255 or 2.28% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD80B is #0027F4. Grayscale: #CDCDCD. Windows color (decimal): -10229 or 776447. OLE color: 776447.

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

Color convert

RGB25521611-
CMYK00.150.960
HSL50.41º100%52.16%-
HSV(B)50.41º95.69%100%-
XYZ65.8670.410.43-
YUV204.2918.92164.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 11 (4.69% from 255) = 2.28%
R=52.90%
G=44.81%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552161100.150.96050.4110052.16
HexFFD8B0F600326434
Octal3773301301714006214464
Binary1111111111011000101101111110000001100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD80B; }

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

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

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

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

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

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

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

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