Html Css Color HEX #FBDB00 School Bus Yellow

📋 copy color: '#FBDB00'

red 251 ◦ green 219 ◦ blue 0

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

Shades of School Bus Yellow #FBDB00

Tints of School Bus Yellow #FBDB00

RGB

 RED value IS 251 (98.44% from 255) = 53.4%

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

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

R = 53.4%
G = 46.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBDB00 (or 0xFBDB00) is known color: School Bus Yellow. HEX triplet: FB, DB and 00. RGB value is (251,219,0). Sum of RGB (Red+Green+Blue) = 251+219+0=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB00 is #0424FF. Grayscale: #CCCCCC. Windows color (decimal): -271616 or 56315. OLE color: 56315.

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

Color convert

RGB 251 219 0 -
CMYK 0 0.13 1 0.02
HSL 52.35º 1% 0.49% -
HSV(B) 52.35º 1% 0.98% -
XYZ 65.12 71.17 10.31 -
YUV 203.6 13.1 161.81 -
System Red Green Blue C M Y K H S L
Decimal 251 219 0 0 0.13 1 0.02 52.35 1 0.49
Hex FB DB 0 0 D 64 2 34 64 31
Octal 373 333 0 0 15 144 2 64 144 61
Binary 11111011 11011011 0 0 1101 1100100 10 110100 1100100 110001

Color Harmonies of #FBDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB00

Black with #FBDB00

Text Example


Text Example

White with #FBDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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