Html Css Color HEX #FFDB09 School Bus Yellow

📋 copy color: '#FFDB09'

red 255 ◦ green 219 ◦ blue 9

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

Shades of School Bus Yellow #FFDB09

Tints of School Bus Yellow #FFDB09

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

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

R = 52.8%
G = 45.34%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFDB09 (or 0xFFDB09) is known color: School Bus Yellow. HEX triplet: FF, DB and 09. RGB value is (255,219,9). Sum of RGB (Red+Green+Blue) = 255+219+9=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 9 (3.91% from 255 or 1.86% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB09 is #0024F6. Grayscale: #CECECE. Windows color (decimal): -9463 or 646143. OLE color: 646143.

HSL color Cylindrical-coordinate representation of color #FFDB09: hue angle of 51.22º 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 #FFDB09 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 219 9 -
CMYK 0 0.14 0.96 0
HSL 51.22º 1% 0.52% -
HSV(B) 51.22º 0.96% 1% -
XYZ 66.62 71.94 10.63 -
YUV 205.82 16.93 163.08 -
System Red Green Blue C M Y K H S L
Decimal 255 219 9 0 0.14 0.96 0 51.22 1 0.52
Hex FF DB 9 0 E 60 0 33 64 34
Octal 377 333 11 0 16 140 0 63 144 64
Binary 11111111 11011011 1001 0 1110 1100000 0 110011 1100100 110100

Color Harmonies of #FFDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB09

Black with #FFDB09

Text Example


Text Example

White with #FFDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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