Html Css Color HEX #FFDB05 School Bus Yellow

📋 copy color: '#FFDB05'

red 255 ◦ green 219 ◦ blue 5

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

Shades of School Bus Yellow #FFDB05

Tints of School Bus Yellow #FFDB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 53.24%
G = 45.72%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFDB05 (or 0xFFDB05) is known color: School Bus Yellow. HEX triplet: FF, DB and 05. RGB value is (255,219,5). Sum of RGB (Red+Green+Blue) = 255+219+5=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 5 (2.34% from 255 or 1.04% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB05 is #0024FA. Grayscale: #CECECE. Windows color (decimal): -9467 or 383999. OLE color: 383999.

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

Color convert

RGB 255 219 5 -
CMYK 0 0.14 0.98 0
HSL 51.36º 1% 0.51% -
HSV(B) 51.36º 0.98% 1% -
XYZ 66.6 71.93 10.52 -
YUV 205.37 14.93 163.4 -
System Red Green Blue C M Y K H S L
Decimal 255 219 5 0 0.14 0.98 0 51.36 1 0.51
Hex FF DB 5 0 E 62 0 33 64 33
Octal 377 333 5 0 16 142 0 63 144 63
Binary 11111111 11011011 101 0 1110 1100010 0 110011 1100100 110011

Color Harmonies of #FFDB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB05

Black with #FFDB05

Text Example


Text Example

White with #FFDB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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