Html Css Color HEX #FBDB0C School Bus Yellow

📋 copy color: '#FBDB0C'

red 251 ◦ green 219 ◦ blue 12

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

Shades of School Bus Yellow #FBDB0C

Tints of School Bus Yellow #FBDB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.49%

R = 52.07%
G = 45.44%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBDB0C (or 0xFBDB0C) is known color: School Bus Yellow. HEX triplet: FB, DB and 0C. RGB value is (251,219,12). Sum of RGB (Red+Green+Blue) = 251+219+12=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 12 (5.08% from 255 or 2.49% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB0C is #0424F3. Grayscale: #CDCDCD. Windows color (decimal): -271604 or 842747. OLE color: 842747.

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

Color convert

RGB 251 219 12 -
CMYK 0 0.13 0.95 0.02
HSL 51.97º 0.97% 0.52% -
HSV(B) 51.97º 0.95% 0.98% -
XYZ 65.18 71.2 10.66 -
YUV 204.97 19.1 160.83 -
System Red Green Blue C M Y K H S L
Decimal 251 219 12 0 0.13 0.95 0.02 51.97 0.97 0.52
Hex FB DB C 0 D 5F 2 34 61 34
Octal 373 333 14 0 15 137 2 64 141 64
Binary 11111011 11011011 1100 0 1101 1011111 10 110100 1100001 110100

Color Harmonies of #FBDB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB0C

Black with #FBDB0C

Text Example


Text Example

White with #FBDB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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