#F4D80B

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

Shades of School Bus Yellow #F4D80B

Tints of School Bus Yellow #F4D80B

Color information

#F4D80B (or 0xF4D80B) is unknown color: approx School Bus Yellow. HEX triplet: F4, D8 and 0B. RGB value is (244,216,11). Sum of RGB (Red+Green+Blue) = 244+216+11=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D80B is #0B27F4. Grayscale: #C9C9C9. Windows color (decimal): -731125 or 776436. OLE color: 776436.

HSL color Cylindrical-coordinate representation of color #F4D80B: hue angle of 52.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4D80B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB24421611-
CMYK00.110.950.04
HSL52.79º91.37%50%-
HSV(B)52.79º95.49%95.69%-
XYZ61.9268.3710.25-
YUV20120.78158.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.80%
GREEN value IS 216 (84.77% from 255) = 45.86%
BLUE value IS 11 (4.69% from 255) = 2.34%
R=51.80%
G=45.86%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442161100.110.950.0452.7991.3750
HexF4D8B0B5F4355b32
Octal3643301301313746513362
Binary111101001101100010110101110111111001101011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D80B; }

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

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

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

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

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

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

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

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