Html Css Color HEX #FBDB0B School Bus Yellow

📋 copy color: '#FBDB0B'

red 251 ◦ green 219 ◦ blue 11

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

Shades of School Bus Yellow #FBDB0B

Tints of School Bus Yellow #FBDB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.29%

R = 52.18%
G = 45.53%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBDB0B (or 0xFBDB0B) is known color: School Bus Yellow. HEX triplet: FB, DB and 0B. RGB value is (251,219,11). Sum of RGB (Red+Green+Blue) = 251+219+11=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB0B is #0424F4. Grayscale: #CDCDCD. Windows color (decimal): -271605 or 777211. OLE color: 777211.

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

Color convert

RGB 251 219 11 -
CMYK 0 0.13 0.96 0.02
HSL 52º 0.97% 0.51% -
HSV(B) 52º 0.96% 0.98% -
XYZ 65.18 71.2 10.62 -
YUV 204.86 18.6 160.91 -
System Red Green Blue C M Y K H S L
Decimal 251 219 11 0 0.13 0.96 0.02 52 0.97 0.51
Hex FB DB B 0 D 60 2 34 61 33
Octal 373 333 13 0 15 140 2 64 141 63
Binary 11111011 11011011 1011 0 1101 1100000 10 110100 1100001 110011

Color Harmonies of #FBDB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB0B

Black with #FBDB0B

Text Example


Text Example

White with #FBDB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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