Html Css Color HEX #FBDB07 School Bus Yellow

📋 copy color: '#FBDB07'

red 251 ◦ green 219 ◦ blue 7

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

Shades of School Bus Yellow #FBDB07

Tints of School Bus Yellow #FBDB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.47%

R = 52.62%
G = 45.91%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FBDB07 (or 0xFBDB07) is known color: School Bus Yellow. HEX triplet: FB, DB and 07. RGB value is (251,219,7). Sum of RGB (Red+Green+Blue) = 251+219+7=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 7 (3.12% from 255 or 1.47% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB07 is #0424F8. Grayscale: #CDCDCD. Windows color (decimal): -271609 or 515067. OLE color: 515067.

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

Color convert

RGB 251 219 7 -
CMYK 0 0.13 0.97 0.02
HSL 52.13º 0.97% 0.51% -
HSV(B) 52.13º 0.97% 0.98% -
XYZ 65.15 71.19 10.51 -
YUV 204.4 16.6 161.24 -
System Red Green Blue C M Y K H S L
Decimal 251 219 7 0 0.13 0.97 0.02 52.13 0.97 0.51
Hex FB DB 7 0 D 61 2 34 61 33
Octal 373 333 7 0 15 141 2 64 141 63
Binary 11111011 11011011 111 0 1101 1100001 10 110100 1100001 110011

Color Harmonies of #FBDB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB07

Black with #FBDB07

Text Example


Text Example

White with #FBDB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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