Html Css Color HEX #FFDB03 School Bus Yellow

📋 copy color: '#FFDB03'

red 255 ◦ green 219 ◦ blue 3

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

Shades of School Bus Yellow #FFDB03

Tints of School Bus Yellow #FFDB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 53.46%
G = 45.91%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFDB03 (or 0xFFDB03) is known color: School Bus Yellow. HEX triplet: FF, DB and 03. RGB value is (255,219,3). Sum of RGB (Red+Green+Blue) = 255+219+3=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 3 (1.56% from 255 or 0.63% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB03 is #0024FC. Grayscale: #CECECE. Windows color (decimal): -9469 or 252927. OLE color: 252927.

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

Color convert

RGB 255 219 3 -
CMYK 0 0.14 0.99 0
HSL 51.43º 1% 0.51% -
HSV(B) 51.43º 0.99% 1% -
XYZ 66.59 71.93 10.46 -
YUV 205.14 13.93 163.56 -
System Red Green Blue C M Y K H S L
Decimal 255 219 3 0 0.14 0.99 0 51.43 1 0.51
Hex FF DB 3 0 E 63 0 33 64 33
Octal 377 333 3 0 16 143 0 63 144 63
Binary 11111111 11011011 11 0 1110 1100011 0 110011 1100100 110011

Color Harmonies of #FFDB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB03

Black with #FFDB03

Text Example


Text Example

White with #FFDB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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