#F2DA04

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

Shades of School Bus Yellow #F2DA04

Tints of School Bus Yellow #F2DA04

Color information

#F2DA04 (or 0xF2DA04) is unknown color: approx School Bus Yellow. HEX triplet: F2, DA and 04. RGB value is (242,218,4). Sum of RGB (Red+Green+Blue) = 242+218+4=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DA04 is #0D25FB. Grayscale: #C9C9C9. Windows color (decimal): -861692 or 318194. OLE color: 318194.

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

Color convert

RGB2422184-
CMYK00.100.980.05
HSL53.95º96.75%48.24%-
HSV(B)53.95º98.35%94.9%-
XYZ61.7169.0310.19-
YUV200.7816.95157.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 218 (85.55% from 255) = 46.98%
BLUE value IS 4 (1.95% from 255) = 0.86%
R=52.16%
G=46.98%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242218400.100.980.0553.9596.7548.24
HexF2DA40A625366130
Octal362332401214256614160
Binary11110010110110101000101011000101011101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DA04; }

 p { color: rgb(242,218,4); }

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

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

 a { background-color: rgb(242,218,4); }

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

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

 span { border-color: rgb(242,218,4); }

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