#F1D801

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

Shades of School Bus Yellow #F1D801

Tints of School Bus Yellow #F1D801

Color information

#F1D801 (or 0xF1D801) is unknown color: approx School Bus Yellow. HEX triplet: F1, D8 and 01. RGB value is (241,216,1). Sum of RGB (Red+Green+Blue) = 241+216+1=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D801 is #0E27FE. Grayscale: #C7C7C7. Windows color (decimal): -927743 or 121073. OLE color: 121073.

HSL color Cylindrical-coordinate representation of color #F1D801: hue angle of 53.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1D801 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB2412161-
CMYK00.101.000.05
HSL53.75º99.17%47.45%-
HSV(B)53.75º99.59%94.51%-
XYZ60.8467.819.91-
YUV198.9616.28157.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.62%
GREEN value IS 216 (84.77% from 255) = 47.16%
BLUE value IS 1 (0.78% from 255) = 0.22%
R=52.62%
G=47.16%
B=0.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241216100.101.000.0553.7599.1747.45
HexF1D810A64536632f
Octal361330101214456614357
Binary111100011101100010101011001001011101101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D801; }

 p { color: rgb(241,216,1); }

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

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

 a { background-color: rgb(241,216,1); }

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

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

 span { border-color: rgb(241,216,1); }

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