Html Css Color HEX #FFDB00 School Bus Yellow

📋 copy color: '#FFDB00'

red 255 ◦ green 219 ◦ blue 0

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

Shades of School Bus Yellow #FFDB00

Tints of School Bus Yellow #FFDB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.8%
G = 46.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFDB00 (or 0xFFDB00) is known color: School Bus Yellow. HEX triplet: FF, DB and 00. RGB value is (255,219,0). Sum of RGB (Red+Green+Blue) = 255+219+0=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB00 is #0024FF. Grayscale: #CDCDCD. Windows color (decimal): -9472 or 56319. OLE color: 56319.

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

Color convert

RGB 255 219 0 -
CMYK 0 0.14 1 0
HSL 51.53º 1% 0.5% -
HSV(B) 51.53º 1% 1% -
XYZ 66.57 71.92 10.37 -
YUV 204.8 12.43 163.81 -
System Red Green Blue C M Y K H S L
Decimal 255 219 0 0 0.14 1 0 51.53 1 0.5
Hex FF DB 0 0 E 64 0 34 64 32
Octal 377 333 0 0 16 144 0 64 144 62
Binary 11111111 11011011 0 0 1110 1100100 0 110100 1100100 110010

Color Harmonies of #FFDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB00

Black with #FFDB00

Text Example


Text Example

White with #FFDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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