#F3DA0B

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

Shades of School Bus Yellow #F3DA0B

Tints of School Bus Yellow #F3DA0B

Color information

#F3DA0B (or 0xF3DA0B) is unknown color: approx School Bus Yellow. HEX triplet: F3, DA and 0B. RGB value is (243,218,11). Sum of RGB (Red+Green+Blue) = 243+218+11=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DA0B is #0C25F4. Grayscale: #CACACA. Windows color (decimal): -796149 or 776947. OLE color: 776947.

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

Color convert

RGB24321811-
CMYK00.100.950.05
HSL53.53º91.34%49.8%-
HSV(B)53.53º95.47%95.29%-
XYZ62.0969.2210.41-
YUV201.8820.28157.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.48%
GREEN value IS 218 (85.55% from 255) = 46.19%
BLUE value IS 11 (4.69% from 255) = 2.33%
R=51.48%
G=46.19%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432181100.100.950.0553.5391.3449.8
HexF3DAB0A5F5365b32
Octal3633321301213756613362
Binary111100111101101010110101010111111011101101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DA0B; }

 p { color: rgb(243,218,11); }

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

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

 a { background-color: rgb(243,218,11); }

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

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

 span { border-color: rgb(243,218,11); }

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