#FFDA00

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

Shades of School Bus Yellow #FFDA00

Tints of School Bus Yellow #FFDA00

Color information

#FFDA00 (or 0xFFDA00) is unknown color: approx School Bus Yellow. HEX triplet: FF, DA and 00. RGB value is (255,218,0). Sum of RGB (Red+Green+Blue) = 255+218+0=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA00 is #0025FF. Grayscale: #CDCDCD. Windows color (decimal): -9728 or 56063. OLE color: 56063.

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

Color convert

RGB2552180-
CMYK00.1510
HSL51.29º100%50%-
HSV(B)51.29º100%100%-
XYZ66.3171.410.29-
YUV204.2112.76164.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.91%
G=46.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255218000.151051.2910050
HexFFDA00F640336432
Octal377332001714406314462
Binary1111111111011010001111110010001100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA00; }

 p { color: rgb(255,218,0); }

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

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

 a { background-color: rgb(255,218,0); }

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

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

 span { border-color: rgb(255,218,0); }

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