Html Css Color HEX #FBDB09 School Bus Yellow

📋 copy color: '#FBDB09'

red 251 ◦ green 219 ◦ blue 9

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

Shades of School Bus Yellow #FBDB09

Tints of School Bus Yellow #FBDB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.88%

R = 52.4%
G = 45.72%
B = 1.88%

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

#FBDB09 (or 0xFBDB09) is known color: School Bus Yellow. HEX triplet: FB, DB and 09. RGB value is (251,219,9). Sum of RGB (Red+Green+Blue) = 251+219+9=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 9 (3.91% from 255 or 1.88% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB09 is #0424F6. Grayscale: #CDCDCD. Windows color (decimal): -271607 or 646139. OLE color: 646139.

HSL color Cylindrical-coordinate representation of color #FBDB09: hue angle of 52.07º 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 #FBDB09 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 9 -
CMYK 0 0.13 0.96 0.02
HSL 52.07º 0.97% 0.51% -
HSV(B) 52.07º 0.96% 0.98% -
XYZ 65.16 71.19 10.57 -
YUV 204.63 17.6 161.08 -
System Red Green Blue C M Y K H S L
Decimal 251 219 9 0 0.13 0.96 0.02 52.07 0.97 0.51
Hex FB DB 9 0 D 60 2 34 61 33
Octal 373 333 11 0 15 140 2 64 141 63
Binary 11111011 11011011 1001 0 1101 1100000 10 110100 1100001 110011

Color Harmonies of #FBDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB09

Black with #FBDB09

Text Example


Text Example

White with #FBDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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