Html Css Color HEX #FBDB06 School Bus Yellow

📋 copy color: '#FBDB06'

red 251 ◦ green 219 ◦ blue 6

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

Shades of School Bus Yellow #FBDB06

Tints of School Bus Yellow #FBDB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.26%

R = 52.73%
G = 46.01%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBDB06 (or 0xFBDB06) is known color: School Bus Yellow. HEX triplet: FB, DB and 06. RGB value is (251,219,6). Sum of RGB (Red+Green+Blue) = 251+219+6=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 6 (2.73% from 255 or 1.26% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB06 is #0424F9. Grayscale: #CDCDCD. Windows color (decimal): -271610 or 449531. OLE color: 449531.

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

Color convert

RGB 251 219 6 -
CMYK 0 0.13 0.98 0.02
HSL 52.16º 0.97% 0.5% -
HSV(B) 52.16º 0.98% 0.98% -
XYZ 65.15 71.19 10.48 -
YUV 204.29 16.1 161.32 -
System Red Green Blue C M Y K H S L
Decimal 251 219 6 0 0.13 0.98 0.02 52.16 0.97 0.5
Hex FB DB 6 0 D 62 2 34 61 32
Octal 373 333 6 0 15 142 2 64 141 62
Binary 11111011 11011011 110 0 1101 1100010 10 110100 1100001 110010

Color Harmonies of #FBDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB06

Black with #FBDB06

Text Example


Text Example

White with #FBDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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