Html Css Color HEX #FFDA00 School Bus Yellow

📋 copy color: '#FFDA00'

red 255 ◦ green 218 ◦ blue 0

#FFDA00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of School Bus Yellow #FFDA00

Tints of School Bus Yellow #FFDA00

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 value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFDA00 (or 0xFFDA00) is known color: 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

RGB 255 218 0 -
CMYK 0 0.15 1 0
HSL 51.29º 1% 0.5% -
HSV(B) 51.29º 1% 1% -
XYZ 66.31 71.4 10.29 -
YUV 204.21 12.76 164.23 -
System Red Green Blue C M Y K H S L
Decimal 255 218 0 0 0.15 1 0 51.29 1 0.5
Hex FF DA 0 0 F 64 0 33 64 32
Octal 377 332 0 0 17 144 0 63 144 62
Binary 11111111 11011010 0 0 1111 1100100 0 110011 1100100 110010

Color Harmonies of #FFDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA00

Black with #FFDA00

Text Example


Text Example

White with #FFDA00

Text Example


Text Example

HTML Codes & Css Web 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>