#F3D801

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

Shades of School Bus Yellow #F3D801

Tints of School Bus Yellow #F3D801

Color information

#F3D801 (or 0xF3D801) is unknown color: approx School Bus Yellow. HEX triplet: F3, D8 and 01. RGB value is (243,216,1). Sum of RGB (Red+Green+Blue) = 243+216+1=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D801 is #0C27FE. Grayscale: #C8C8C8. Windows color (decimal): -796671 or 121075. OLE color: 121075.

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

Color convert

RGB2432161-
CMYK00.111.000.05
HSL53.31º99.18%47.84%-
HSV(B)53.31º99.59%95.29%-
XYZ61.5268.179.94-
YUV199.5615.95158.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.83%
GREEN value IS 216 (84.77% from 255) = 46.96%
BLUE value IS 1 (0.78% from 255) = 0.22%
R=52.83%
G=46.96%
B=0.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243216100.111.000.0553.3199.1847.84
HexF3D810B645356330
Octal363330101314456514360
Binary111100111101100010101111001001011101011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D801; }

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

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

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

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

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

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

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

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