#F0D905

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

Shades of School Bus Yellow #F0D905

Tints of School Bus Yellow #F0D905

Color information

#F0D905 (or 0xF0D905) is unknown color: approx School Bus Yellow. HEX triplet: F0, D9 and 05. RGB value is (240,217,5). Sum of RGB (Red+Green+Blue) = 240+217+5=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D905 is #0F26FA. Grayscale: #C8C8C8. Windows color (decimal): -993019 or 383472. OLE color: 383472.

HSL color Cylindrical-coordinate representation of color #F0D905: hue angle of 54.13º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0D905 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB2402175-
CMYK00.100.980.06
HSL54.13º95.92%48.04%-
HSV(B)54.13º97.92%94.12%-
XYZ60.7868.1610.1-
YUV199.7118.12156.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.95%
GREEN value IS 217 (85.16% from 255) = 46.97%
BLUE value IS 5 (2.34% from 255) = 1.08%
R=51.95%
G=46.97%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240217500.100.980.0654.1395.9248.04
HexF0D950A626366030
Octal360331501214266614060
Binary11110000110110011010101011000101101101101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D905; }

 p { color: rgb(240,217,5); }

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

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

 a { background-color: rgb(240,217,5); }

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

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

 span { border-color: rgb(240,217,5); }

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