Html Css Color HEX #FFDB06 School Bus Yellow

📋 copy color: '#FFDB06'

red 255 ◦ green 219 ◦ blue 6

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

Shades of School Bus Yellow #FFDB06

Tints of School Bus Yellow #FFDB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 53.13%
G = 45.63%
B = 1.25%

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

#FFDB06 (or 0xFFDB06) is known color: School Bus Yellow. HEX triplet: FF, DB and 06. RGB value is (255,219,6). Sum of RGB (Red+Green+Blue) = 255+219+6=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 6 (2.73% from 255 or 1.25% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB06 is #0024F9. Grayscale: #CECECE. Windows color (decimal): -9466 or 449535. OLE color: 449535.

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

Color convert

RGB 255 219 6 -
CMYK 0 0.14 0.98 0
HSL 51.33º 1% 0.51% -
HSV(B) 51.33º 0.98% 1% -
XYZ 66.6 71.94 10.55 -
YUV 205.48 15.43 163.32 -
System Red Green Blue C M Y K H S L
Decimal 255 219 6 0 0.14 0.98 0 51.33 1 0.51
Hex FF DB 6 0 E 62 0 33 64 33
Octal 377 333 6 0 16 142 0 63 144 63
Binary 11111111 11011011 110 0 1110 1100010 0 110011 1100100 110011

Color Harmonies of #FFDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB06

Black with #FFDB06

Text Example


Text Example

White with #FFDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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