Html Css Color HEX #FFDA09 School Bus Yellow

📋 copy color: '#FFDA09'

red 255 ◦ green 218 ◦ blue 9

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

Shades of School Bus Yellow #FFDA09

Tints of School Bus Yellow #FFDA09

RGB

 RED value IS 255 (100% from 255) = 52.9%

 GREEN value IS 218 (85.55% from 255) = 45.23%

 BLUE value IS 9 (3.91% from 255) = 1.87%

R = 52.9%
G = 45.23%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFDA09 (or 0xFFDA09) is known color: School Bus Yellow. HEX triplet: FF, DA and 09. RGB value is (255,218,9). Sum of RGB (Red+Green+Blue) = 255+218+9=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 9 (3.91% from 255 or 1.87% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA09 is #0025F6. Grayscale: #CECECE. Windows color (decimal): -9719 or 645887. OLE color: 645887.

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

Color convert

RGB 255 218 9 -
CMYK 0 0.15 0.96 0
HSL 50.98º 1% 0.52% -
HSV(B) 50.98º 0.96% 1% -
XYZ 66.36 71.42 10.55 -
YUV 205.24 17.26 163.49 -
System Red Green Blue C M Y K H S L
Decimal 255 218 9 0 0.15 0.96 0 50.98 1 0.52
Hex FF DA 9 0 F 60 0 33 64 34
Octal 377 332 11 0 17 140 0 63 144 64
Binary 11111111 11011010 1001 0 1111 1100000 0 110011 1100100 110100

Color Harmonies of #FFDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA09

Black with #FFDA09

Text Example


Text Example

White with #FFDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA09; }

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

 H1.HeaderClassName
 {
   color: #FFDA09;
 }
 .AnyTagClassName
 {
   color: #FFDA09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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