#F3D902

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

Shades of School Bus Yellow #F3D902

Tints of School Bus Yellow #F3D902

Color information

#F3D902 (or 0xF3D902) is unknown color: approx School Bus Yellow. HEX triplet: F3, D9 and 02. RGB value is (243,217,2). Sum of RGB (Red+Green+Blue) = 243+217+2=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D902 is #0C26FD. Grayscale: #C9C9C9. Windows color (decimal): -796414 or 186867. OLE color: 186867.

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

Color convert

RGB2432172-
CMYK00.110.990.05
HSL53.53º98.37%48.04%-
HSV(B)53.53º99.18%95.29%-
XYZ61.7968.6810.06-
YUV200.2616.11158.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.60%
GREEN value IS 217 (85.16% from 255) = 46.97%
BLUE value IS 2 (1.17% from 255) = 0.43%
R=52.60%
G=46.97%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243217200.110.990.0553.5398.3748.04
HexF3D920B635366230
Octal363331201314356614260
Binary1111001111011001100101111000111011101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D902; }

 p { color: rgb(243,217,2); }

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

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

 a { background-color: rgb(243,217,2); }

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

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

 span { border-color: rgb(243,217,2); }

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